Skip to content

Commit 91f9e14

Browse files
author
Lluís Vilanova
committed
Use popups in menu all entries whenever possible
1 parent c1de942 commit 91f9e14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

magit-stgit.el

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Use ARGS to pass additional arguments."
541541
["Initialize" magit-stgit-init
542542
:help "Initialize StGit support for the current branch"]
543543
"---"
544-
["Create new patch" magit-stgit-new
544+
["Create new patch" magit-stgit-new-popup
545545
:help "Create a new StGit patch"]
546546
["Rename patch" magit-stgit-rename
547547
:help "Rename a patch"]
@@ -552,21 +552,21 @@ Use ARGS to pass additional arguments."
552552
["Delete patch" magit-stgit-delete-popup
553553
:help "Delete an StGit patch"]
554554
"---"
555-
["Float patch" magit-stgit-float
555+
["Float patch" magit-stgit-float-popup
556556
:help "Float StGit patch to the top"]
557-
["Sink patch" magit-stgit-sink
557+
["Sink patch" magit-stgit-sink-popup
558558
:help "Sink StGit patch deeper down the stack"]
559559
"---"
560-
["Refresh patch" magit-stgit-refresh
560+
["Refresh patch" magit-stgit-refresh-popup
561561
:help "Refresh the contents of a patch in an StGit series"]
562562
["Repair" magit-stgit-repair
563563
:help "Repair StGit metadata if branch was modified with git commands"]
564-
["Rebase series" magit-stgit-rebase
564+
["Rebase series" magit-stgit-rebase-popup
565565
:help "Rebase an StGit patch series"]
566566
"---"
567-
["Undo the last operation" magit-stgit-undo
567+
["Undo the last operation" magit-stgit-undo-popup
568568
:help "Undo the last operation"]
569-
["Undo the last undo operation" magit-stgit-redo
569+
["Undo the last undo operation" magit-stgit-redo-popup
570570
:help "Undo the last undo operation"]))
571571

572572
(easy-menu-add-item 'magit-mode-menu '("Extensions") magit-stgit-mode-menu)

0 commit comments

Comments
 (0)