mercurial/commands.py
changeset 23426 19ebd2f88fc7
parent 23404 b913c394386f
parent 23414 759202b64f49
child 23455 265034f4e27c
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     """