diff -r ccfd1cbc7289 -r b901bb751999 mercurial/error.py --- 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):