mercurial/error.py
changeset 24040 7f375d2de945
parent 24038 10d02cd18604
child 24120 a450e0a2ba0a
--- a/mercurial/error.py	Mon Jan 26 14:50:36 2015 -0500
+++ b/mercurial/error.py	Mon Jan 26 14:30:12 2015 -0500
@@ -63,7 +63,7 @@
     """Exception raised when a remote repo reports failure"""
 
 class ParseError(Exception):
-    """Exception raised when parsing config files (msg[, pos])"""
+    """Raised when parsing config files and {rev,file}sets (msg[, pos])"""
 
 class RepoError(Exception):
     def __init__(self, *args, **kw):