Skip to content

Custom transients cannot take effect #253

Answered by tarsius
improve100 asked this question in Q&A
Discussion options

You must be logged in to vote

You've added the command to this group:

  ["Fetch from"
   :if-non-nil magit-pull-or-fetch
   ("f" "remotes"           magit-fetch-all-no-prune)
   ("F" "remotes and prune" magit-fetch-all-prune)]

but then you apparently also (setq magit-pull-or-fetch nil).

(I think git svn rebase is more like rebasing than fetching, so placing that among the fetching commands might not make much sense anyway.)

Instead try placing the command in a new group:

(transient-append-suffix 'magit-pull '(1)
  ["Subversion"
   ("R" "Pull from svn" magit-pull-from-svn)])

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tarsius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #252 on June 21, 2023 09:33.