changeset 24040:7f375d2de945

error: update docstring on ParseError It's now used by revsets and filesets.
author Augie Fackler <augie@google.com>
date Mon, 26 Jan 2015 14:30:12 -0500
parents 2ee35b6ee4fb
children 9756f943634f
files mercurial/error.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):