Mercurial > public > mercurial-scm > hg-stable
diff mercurial/match.py @ 17425:e95ec38f86b0
fix wording and not-completely-trivial spelling errors and bad docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:39:18 +0200 |
parents | 8d08a28aa63e |
children | 8728579f6bdc |
line wrap: on
line diff
--- a/mercurial/match.py Wed Aug 15 22:38:42 2012 +0200 +++ b/mercurial/match.py Wed Aug 15 22:39:18 2012 +0200 @@ -49,7 +49,7 @@ a pattern is one of: 'glob:<glob>' - a glob relative to cwd 're:<regexp>' - a regular expression - 'path:<path>' - a path relative to canonroot + 'path:<path>' - a path relative to repository root 'relglob:<glob>' - an unrooted glob (*.c matches C files in all dirs) 'relpath:<path>' - a path relative to cwd 'relre:<regexp>' - a regexp that needn't match the start of a name