emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 553968346d 1/5: magit-branch-rename-push-target


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 553968346d 1/5: magit-branch-rename-push-target: Remove support for obsolete value
Date: Tue, 14 Mar 2023 14:02:26 -0400 (EDT)

branch: elpa/git-commit
commit 553968346d1388dedf74ffba241f027f93e4ad20
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-branch-rename-push-target: Remove support for obsolete value
---
 lisp/magit-branch.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/lisp/magit-branch.el b/lisp/magit-branch.el
index 47715affbc..527c2164ca 100644
--- a/lisp/magit-branch.el
+++ b/lisp/magit-branch.el
@@ -178,10 +178,7 @@ When t, then rename the branch named OLD on the remote 
specified
 
 When `forge-only' and the `forge' package is available, then
   behave like `t' if the remote points to a repository on a forge
-  (currently Github or Gitlab), otherwise like `local-only'.
-
-Another supported but obsolete value is `github-only'.  It is a
-  misnomer because it now treated as an alias for `forge-only'."
+  (currently Github or Gitlab), otherwise like `local-only'."
   :package-version '(magit . "2.90.0")
   :group 'magit-commands
   :type '(choice
@@ -743,8 +740,7 @@ the remote."
       (when (and (equal (magit-get-push-remote new) remote)
                  ;; ...and if it does not, then we must abort.
                  (not (eq magit-branch-rename-push-target 'local-only))
-                 (or (not (memq magit-branch-rename-push-target
-                                '(forge-only github-only)))
+                 (or (not (eq magit-branch-rename-push-target 'forge-only))
                      (and (require (quote forge) nil t)
                           (fboundp 'forge--forge-remote-p)
                           (forge--forge-remote-p remote))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]