Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
23107:5459b30aa498 | 23108:12837ba22784 |
---|---|
3210 | 3210 |
3211 - search tracked file contents with xargs and grep:: | 3211 - search tracked file contents with xargs and grep:: |
3212 | 3212 |
3213 hg files -0 | xargs -0 grep foo | 3213 hg files -0 | xargs -0 grep foo |
3214 | 3214 |
3215 See :hg:'help pattern' and :hg:'help revsets' for more information | 3215 See :hg:'help pattern' and :hg:'help filesets' for more information |
3216 on specifying file patterns. | 3216 on specifying file patterns. |
3217 | 3217 |
3218 Returns 0 if a match is found, 1 otherwise. | 3218 Returns 0 if a match is found, 1 otherwise. |
3219 | 3219 |
3220 """ | 3220 """ |