# HG changeset patch # User FUJIWARA Katsunori # Date 1414777278 -32400 # Node ID 12837ba22784f342756cd89bc59f05c637cddce5 # Parent 5459b30aa498b29b8ce350fafc41f7851a6975b0 files: refer "hg help filesets" instead of "hg help revsets" in help text "specifying FILE patterns" should refer the former. diff -r 5459b30aa498 -r 12837ba22784 mercurial/commands.py --- 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.