magit-rockstar: add magit-branch-pull-request to magit-branch-popup

... instead of to magit-pull-and-fetch-popup.  Most users don't
use the latter popup at all.  Also `magit-branch-pull-request'
was updated and is now much better suited for the branching popup.
This commit is contained in:
Jonas Bernoulli 2017-07-26 22:36:33 +02:00
parent 7bb88ee629
commit facc564d0e

View File

@ -202,8 +202,8 @@
?n "Reshelve" 'magit-reshelve)
(magit-define-popup-action 'magit-rebase-popup
?R "Rockstar" 'magit-rockstar)
(magit-define-popup-action 'magit-pull-and-fetch-popup
?P "pull request" 'magit-branch-pull-request))
(magit-define-popup-action 'magit-branch-popup
?p "Create from pull-request" 'magit-branch-pull-request))
(use-package magit-wip
:defer t