bisect: make abort into a non-error 975ef64c parent 9b02f868

An aborted bisect is currently treated like an error. This means that once an abort is triggered, any follow-up code from the bisection CLI doesn't get run. Change the bisector to treat an aborted command as any other evaluation and have it return an aborted result when it encounters it. This could be important for many future developments (putting bisect status in the op-log, interactive bisects, querying the state of a currently running bisect), but right now, it's mostly important for printing the reminder text about the right place to restore to in the op-log :)

authored by Daniel Morsing

1
To report a security issue, please use the "Report a vulnerability" button on
2
GitHub's Security tab for `jj`'s main repo, under
3
[Advisories](https://github.com/jj-vcs/jj/security/advisories).
4
5
Our vulnerability management team will respond within 3 working days of your
6
report. If the issue is confirmed as a vulnerability, we will open a Security
7
Advisory. This project follows a 90 day disclosure timeline.
8
9
Feel free to email Jujutsu VCS Security at <jj-security@googlegroups.com> if you
10
have questions.
11