Custom transients cannot take effect #253
Answered
by
tarsius
improve100
asked this question in
Q&A
-
I have added two transients to my emacs configuration file, but their behavior is somewhat strange. The git svn dcommit option works fine, but the git svn rebase option doesn't.
|
Beta Was this translation helpful? Give feedback.
Answered by
tarsius
Jun 21, 2023
Replies: 1 comment
-
You've added the command to this group:
but then you apparently also (I think Instead try placing the command in a new group: (transient-append-suffix 'magit-pull '(1)
["Subversion"
("R" "Pull from svn" magit-pull-from-svn)]) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tarsius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You've added the command to this group:
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: