[vcs-log] remove deleted action from vcs-log.xml

This commit is contained in:
Julia Beliaeva
2016-11-10 23:26:06 +03:00
parent 9e41ec1bf8
commit 8fb153f17d
@@ -56,8 +56,6 @@
<action class="com.intellij.vcs.log.ui.actions.RefreshLogAction" id="Vcs.Log.Refresh" use-shortcut-of="Refresh"/>
<action class="com.intellij.vcs.log.ui.actions.ShowGraphHistoryAction" id="Vcs.Show.Graph.History"
text="Show History as Graph" description="Show History as Graph" internal="true"/>
<action class="com.intellij.vcs.log.ui.actions.PrintIndexInfoAction" id="Vcs.Log.Print.Index.Info"
text="Print Index Info" description="Print Index Info for a Commit into Log File" internal="true"/>
<action class="com.intellij.vcs.log.ui.actions.ShowCommitTooltipAction" id="Vcs.Log.ShowTooltip"
text="Show Commit Tooltip" description="Show tooltip for currently selected commit in the Log"
use-shortcut-of="QuickJavaDoc"/>
@@ -83,12 +81,10 @@
<group id="Vcs.Log.ContextMenu">
<reference id="Vcs.CopyRevisionNumberAction"/>
<reference id="Vcs.Log.CreatePatch"/>
<reference id="Vcs.Log.Print.Index.Info"/>
</group>
<group id="Log.KeymapGroup" text="Log">
<reference ref="Vcs.Log.CreatePatch"/>
<reference ref="Vcs.Log.Print.Index.Info"/>
<separator/>
<reference ref="Vcs.Log.GoToRef"/>
<reference ref="Vcs.Log.FocusTextFilter"/>