equal
deleted
inserted
replaced
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 """ |