changeset 27516 | 1c1216182dc1 |
parent 27515 | f8142cb77b1e |
child 27628 | 707d66afce21 |
--- a/mercurial/error.py Wed Dec 23 17:38:24 2015 +0000 +++ b/mercurial/error.py Wed Dec 23 17:39:32 2015 +0000 @@ -81,7 +81,7 @@ class OutOfBandError(HintException): """Exception raised when a remote repo reports failure""" -class ParseError(Exception): +class ParseError(HintException): """Raised when parsing config files and {rev,file}sets (msg[, pos])""" class UnknownIdentifier(ParseError):