mercurial/match.py
changeset 17425 e95ec38f86b0
parent 16943 8d08a28aa63e
child 18713 8728579f6bdc
--- 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