Mercurial > hg
changeset 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 | 5459b30aa498 |
children | cf56f7a60b45 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.