sequencer: return errors from sequencer_remove_state()
authorPhillip Wood <redacted>
Tue, 14 May 2019 18:03:48 +0000 (19:03 +0100)
committerJunio C Hamano <redacted>
Wed, 15 May 2019 01:59:33 +0000 (10:59 +0900)
commit37e9ee5cb90db0831d5d58bed82149ba67917d73
tree5febc3d21135075419148e202547afcd361651bf
parentd3fce47d2df868287de1a15d769e78db2c3283a9
sequencer: return errors from sequencer_remove_state()

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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
git clone https://git.99rst.org/PROJECT