Mercurial > hg > mercurial-crew
diff mercurial/error.py @ 28283:707d66afce21
error: make InterventionRequired take a hint
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 23 Dec 2015 08:52:52 +0000 (2015-12-23) |
parents | 1c1216182dc1 |
children |
line wrap: on
line diff
--- a/mercurial/error.py +++ b/mercurial/error.py @@ -50,7 +50,7 @@ class CommandError(Exception): """Exception raised on errors in parsing the command line.""" -class InterventionRequired(Exception): +class InterventionRequired(HintException): """Exception raised when a command requires human intervention.""" class Abort(HintException):