sequencer: return errors from sequencer_remove_state()
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 14 May 2019 18:03:48 +0000 (19:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2019 01:59:33 +0000 (10:59 +0900)
If there is an error when removing the state directory then we should
report it. This matches what the non-interactive rebase does.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found