author | Matt Mackall <mpm@selenic.com> |
Tue, 16 Sep 2014 11:08:29 -0500 | |
changeset 22433 | ae1932dce9c1 |
parent 22432 | d9446e43cd40 |
child 22434 | 40ce05b50148 |
--- a/mercurial/commands.py Tue Sep 16 11:08:14 2014 -0500 +++ b/mercurial/commands.py Tue Sep 16 11:08:29 2014 -0500 @@ -4178,6 +4178,8 @@ will avoid the problem of "xargs" treating single filenames that contain whitespace as multiple filenames. + See :hg:`help files` for a more versatile command. + Returns 0 if a match is found, 1 otherwise. """ end = opts.get('print0') and '\0' or '\n'