@@ -541,7 +541,7 @@ Use ARGS to pass additional arguments."
541
541
[" Initialize" magit-stgit-init
542
542
:help " Initialize StGit support for the current branch" ]
543
543
" ---"
544
- [" Create new patch" magit-stgit-new
544
+ [" Create new patch" magit-stgit-new-popup
545
545
:help " Create a new StGit patch" ]
546
546
[" Rename patch" magit-stgit-rename
547
547
:help " Rename a patch" ]
@@ -552,21 +552,21 @@ Use ARGS to pass additional arguments."
552
552
[" Delete patch" magit-stgit-delete-popup
553
553
:help " Delete an StGit patch" ]
554
554
" ---"
555
- [" Float patch" magit-stgit-float
555
+ [" Float patch" magit-stgit-float-popup
556
556
:help " Float StGit patch to the top" ]
557
- [" Sink patch" magit-stgit-sink
557
+ [" Sink patch" magit-stgit-sink-popup
558
558
:help " Sink StGit patch deeper down the stack" ]
559
559
" ---"
560
- [" Refresh patch" magit-stgit-refresh
560
+ [" Refresh patch" magit-stgit-refresh-popup
561
561
:help " Refresh the contents of a patch in an StGit series" ]
562
562
[" Repair" magit-stgit-repair
563
563
:help " Repair StGit metadata if branch was modified with git commands" ]
564
- [" Rebase series" magit-stgit-rebase
564
+ [" Rebase series" magit-stgit-rebase-popup
565
565
:help " Rebase an StGit patch series" ]
566
566
" ---"
567
- [" Undo the last operation" magit-stgit-undo
567
+ [" Undo the last operation" magit-stgit-undo-popup
568
568
:help " Undo the last operation" ]
569
- [" Undo the last undo operation" magit-stgit-redo
569
+ [" Undo the last undo operation" magit-stgit-redo-popup
570
570
:help " Undo the last undo operation" ]))
571
571
572
572
(easy-menu-add-item 'magit-mode-menu '(" Extensions" ) magit-stgit-mode-menu)
0 commit comments