diff mercurial/commands.py @ 23108:12837ba22784 stable

files: refer "hg help filesets" instead of "hg help revsets" in help text "specifying FILE patterns" should refer the former.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 01 Nov 2014 02:41:18 +0900
parents 8d43c6bb38c0
children 0b7853f969ac
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Oct 30 17:52:01 2014 -0500
+++ b/mercurial/commands.py	Sat Nov 01 02:41:18 2014 +0900
@@ -3212,7 +3212,7 @@
 
           hg files -0 | xargs -0 grep foo
 
-    See :hg:'help pattern' and :hg:'help revsets' for more information
+    See :hg:'help pattern' and :hg:'help filesets' for more information
     on specifying file patterns.
 
     Returns 0 if a match is found, 1 otherwise.