diff mercurial/error.py @ 11287:b901bb751999

error: change ParseError to CommandError
author Matt Mackall <mpm@selenic.com>
date Fri, 04 Jun 2010 20:19:53 -0500
parents 25e572394f5c
children 2123aad24d56
line wrap: on
line diff
--- 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):