changeset 11287 | b901bb751999 |
parent 10263 | 25e572394f5c |
child 11288 | 2123aad24d56 |
--- a/mercurial/error.py Fri Jun 04 20:13:51 2010 -0500 +++ b/mercurial/error.py Fri Jun 04 20:19:53 2010 -0500 @@ -27,7 +27,7 @@ def __str__(self): return RevlogError.__str__(self) -class ParseError(Exception): +class CommandError(Exception): """Exception raised on errors in parsing the command line.""" class ConfigError(Exception):