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

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

[nongnu] elpa/git-commit eb1691d376 1/3: magit-dwim-selection: Remove re


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit eb1691d376 1/3: magit-dwim-selection: Remove reworked forge commands
Date: Sat, 23 Sep 2023 16:00:18 -0400 (EDT)

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

    magit-dwim-selection: Remove reworked forge commands
    
    These commands were either remove, renamed, replaced or changed to
    always either always act on the current thing or read the thing to
    act on, regardless of this option.
---
 lisp/magit-base.el | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index a9e5de1992..8a767d0b7b 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -87,26 +87,7 @@ alphabetical order, depending on your version of Ivy."
     (magit-stash-branch-here  nil t)
     (magit-stash-format-patch nil t)
     (magit-stash-drop         nil ask)
-    (magit-stash-pop          nil ask)
-    (forge-browse-dwim        nil t)
-    (forge-browse-commit      nil t)
-    (forge-browse-branch      nil t)
-    (forge-browse-remote      nil t)
-    (forge-browse-issue       nil t)
-    (forge-browse-pullreq     nil t)
-    (forge-edit-topic-title   nil t)
-    (forge-edit-topic-state   nil t)
-    (forge-edit-topic-draft   nil t)
-    (forge-edit-topic-milestone nil t)
-    (forge-edit-topic-labels  nil t)
-    (forge-edit-topic-marks   nil t)
-    (forge-edit-topic-assignees nil t)
-    (forge-edit-topic-review-requests nil t)
-    (forge-edit-topic-note    nil t)
-    (forge-pull-pullreq       nil t)
-    (forge-visit-issue        nil t)
-    (forge-visit-pullreq      nil t)
-    (forge-visit-topic        nil t))
+    (magit-stash-pop          nil ask))
   "When not to offer alternatives and ask for confirmation.
 
 Many commands by default ask the user to select from a list of



reply via email to

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