branch: elpa/magit
commit 12e1f3838cd6879fa79f5548eba5e80ad19d94f9
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-remote: Prepare for forge's additions
---
 lisp/magit-remote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el
index 787e51b2835..b8b003d9cd5 100644
--- a/lisp/magit-remote.el
+++ b/lisp/magit-remote.el
@@ -83,8 +83,8 @@ has to be used to view and change remote related variables."
    [("C" "Configure..."         magit-remote-configure)
     ("p" "Prune stale branches" magit-remote-prune)
     ("P" "Prune stale refspecs" magit-remote-prune-refspecs)
-    ("b" magit-update-default-branch)
-    (7 "z" "Unshallow remote"   magit-remote-unshallow)]]
+    (7 "z" "Unshallow remote"   magit-remote-unshallow)]
+   [("d u" magit-update-default-branch)]]
   (interactive (list (magit-get-current-remote)))
   (transient-setup 'magit-remote nil nil :scope remote))
 

Reply via email to