mercurial/commands.py
branchstable
changeset 23414 759202b64f49
parent 23400 3bd577a3283e
child 23426 19ebd2f88fc7
equal deleted inserted replaced
23413:0c432696dae3 23414:759202b64f49
  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 filesets` for more information
  3215     See :hg:`help patterns` 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     """