Other commands that support a state usually have an --abort flag that
restores the repo state to before the state. Let's add a similar one for
bisect. It will be used in the next patch.
.. feature:: bisect now supports an --abort flag
`hg bisect --abort` will update the working copy back to the place where the bisect started, in addition to what `hg bisect --reset` does.
Histedit does this:
That wording sounds more natural to me, so I'd suggest something similar here, like: