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:
Ævar Arnfjörð Bjarmason 2010-09-24 21:16:47 +00:00
parent aac348011e
commit 19a8f263a0

View file

@ -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)