mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(no message)
This commit is contained in:
@@ -39,20 +39,13 @@
|
||||
<group id="SubversionGroup">
|
||||
<separator/>
|
||||
<action id="Subversion.Add" class="com.qintsoft.svn4idea.actions.AddAction" text="Add" description="Add the file to Subversion"/>
|
||||
<!--<action id="Subversion.Checkin" class="com.qintsoft.svn4idea.actions.CheckInAction" text="Commit file" description="Commit the file to Subversion"/>-->
|
||||
<reference id="CheckinFiles"/>
|
||||
<reference id="UpdateFiles"/>
|
||||
<reference id="Vcs.ShowTabbedFileHistory"/>
|
||||
<!--
|
||||
<action id="Subversion.Update" class="com.qintsoft.svn4idea.actions.UpdateAction" text="Update file" description="Update the file from Subversion"/>
|
||||
-->
|
||||
<action id="Subversion.Revert" class="com.qintsoft.svn4idea.actions.RevertAction" text="Revert file" description="Revert file to repository state"/>
|
||||
<!--<action id="Subversion.Resolved" class="com.qintsoft.svn4idea.actions.ResolveAction" text="Resolved confilct" description="Tell Subversion that the conflict has been resolved"/>-->
|
||||
<action id="Subversion.Resolved" class="com.qintsoft.svn4idea.actions.ResolveAction" text="Resolved confilct" description="Tell Subversion that the conflict has been resolved"/>
|
||||
<separator/>
|
||||
<reference id="Subversion.ShowDiffAction"/>
|
||||
<!--
|
||||
<action id="Subversion.ShowDiffExented" class="com.qintsoft.svn4idea.actions.ShowDiffExtendedAction" text="Show Diff extented..." description="Show difference with selection of Subversion revision"/>
|
||||
-->
|
||||
<separator/>
|
||||
<add-to-group group-id="SubversionFilePopupGroup" anchor="last"/>
|
||||
<add-to-group group-id="SubversionGlobalGroup" anchor="last"/>
|
||||
|
||||
Reference in New Issue
Block a user