# HG changeset patch # User Augie Fackler # Date 1422300612 18000 # Node ID 7f375d2de945e0e773541773db9c334f9e9f75c6 # Parent 2ee35b6ee4fb2a814824856f094c2184a2982ad5 error: update docstring on ParseError It's now used by revsets and filesets. diff -r 2ee35b6ee4fb -r 7f375d2de945 mercurial/error.py --- 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):