sequencer: offer helpful advice when a command was rescheduled
commitcb5206eab196544a3b271afdff9865c103e6dbce
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Apr 2018 12:28:33 +0000 (25 14:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2018 03:28:42 +0000 (26 12:28 +0900)
tree491641b34dfb4b6708446d016bcfdd879c2a0b29
parenta01c2a5f59cc0f28daeab33355ae4a45490ce7e6
sequencer: offer helpful advice when a command was rescheduled

Previously, we did that just magically, and potentially left some users
quite puzzled. Let's err on the safe side instead, telling the user what
is happening, and how they are supposed to continue.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c