comparison mercurial/commands.py @ 23426:19ebd2f88fc7

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 01 Dec 2014 19:34:11 -0600
parents b913c394386f 759202b64f49
children 265034f4e27c
comparison
equal deleted inserted replaced
23411:2d86f4e38c08 23426:19ebd2f88fc7
3199 3199
3200 - search tracked file contents with xargs and grep:: 3200 - search tracked file contents with xargs and grep::
3201 3201
3202 hg files -0 | xargs -0 grep foo 3202 hg files -0 | xargs -0 grep foo
3203 3203
3204 See :hg:`help pattern` and :hg:`help filesets` for more information 3204 See :hg:`help patterns` and :hg:`help filesets` for more information
3205 on specifying file patterns. 3205 on specifying file patterns.
3206 3206
3207 Returns 0 if a match is found, 1 otherwise. 3207 Returns 0 if a match is found, 1 otherwise.
3208 3208
3209 """ 3209 """