errors: move Abort earlier, so more exceptions can subclass it...
errors: move Abort earlier, so more exceptions can subclass it
I'd like to make at least `InterventionRequired` subclass `Abort` and
Python requires the superclass to be defined before the subtype.
Differential Revision:
https://phab.mercurial-scm.org/D10736