rebase: add hint letters to "[A]bort, [S]kip, or [C]ontinue?" message
Now it'll ask you: Rebase in progress. [A]bort, [S]kip, or [C]ontinue? The message didn't indicate how you made the selction before. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
This commit is contained in:
parent
aac348011e
commit
19a8f263a0
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -2965,7 +2965,7 @@ if any."
|
|||
(magit-run-git "rebase" (magit-rev-to-git rev))))
|
||||
(let ((cursor-in-echo-area t)
|
||||
(message-log-max nil))
|
||||
(message "Rebase in progress. Abort, Skip, or Continue? ")
|
||||
(message "Rebase in progress. [A]bort, [S]kip, or [C]ontinue? ")
|
||||
(let ((reply (read-event)))
|
||||
(case reply
|
||||
((?A ?a)
|
||||
|
|
Loading…
Reference in a new issue