I hate having to remember and type which command I need to abort or continue.
Why make the user do that work? Life is short, and we already know what
statefiles exist and how to deal with them.
We could even have it loop until no statefiles are left, to deal with issues
where both a rebase state and a merge state are left.
Add the from __future__ import absolute_import here.