magit-rockstar: Don't add magit-branch-pull-request to popup

That command is now defined in Magit itself
and a member of `magit-branch-popup' by default.
This commit is contained in:
Jonas Bernoulli 2018-01-11 12:08:00 +01:00
parent 63daede5e7
commit 58aeeea86c

View File

@ -196,9 +196,7 @@
(magit-define-popup-action 'magit-commit-popup
?n "Reshelve" 'magit-reshelve)
(magit-define-popup-action 'magit-rebase-popup
?R "Rockstar" 'magit-rockstar)
(magit-define-popup-action 'magit-branch-popup
?p "Create from pull-request" 'magit-branch-pull-request))
?R "Rockstar" 'magit-rockstar))
(use-package magit-wip
:after magit