Skip to content

Commit

Permalink
[git] Add Blame as a synonym for Annotate
Browse files Browse the repository at this point in the history
Fix IDEA-251265

Follow-up 82413042092d849bcaf6d0ee33e01308873e2c65

GitOrigin-RevId: 1f7b1f2535f49eab769efd3d29fb86400d5a967e
  • Loading branch information
dmitriysmirnovjb authored and intellij-monorepo-bot committed Nov 6, 2020
1 parent 46d5d08 commit d0b25ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/vcs-impl/resources/META-INF/VcsActions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<action id="CheckStatusForFiles" class="com.intellij.openapi.vcs.update.CommonStatusFileOrDirectoryAction"/>
<action id="IntegrateFiles" class="com.intellij.openapi.vcs.update.CommonIntegrateFileOrDirectoryAction"/>
<action id="Annotate" class="com.intellij.openapi.vcs.actions.AnnotateToggleAction">
<synonym key="action.Annotate.synonym1"/>
<add-to-group group-id="Diff.EditorPopupMenu"/>
<add-to-group group-id="Diff.EditorGutterPopupMenu" anchor="first"/>
</action>
Expand Down

0 comments on commit d0b25ae

Please sign in to comment.