This is an archive of the discontinued Mercurial Phabricator instance.

errors: make ParseError a subtype of Abort
ClosedPublic

Authored by martinvonz on Nov 20 2020, 7:24 PM.

Details

Summary

I didn't plan this before, but the previous two changes made it really
easy to make ParseError a subtype of Abort. It seems obvious with
hindsight that I *should* have planned it :)

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Nov 20 2020, 7:24 PM
mharbison72 accepted this revision.Nov 20 2020, 9:45 PM
This revision is now accepted and ready to land.Nov 20 2020, 9:45 PM
This revision was automatically updated to reflect the committed changes.