changeset 22433:ae1932dce9c1

locate: add pointer to files command in help
author Matt Mackall <mpm@selenic.com>
date Tue, 16 Sep 2014 11:08:29 -0500
parents d9446e43cd40
children 40ce05b50148
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'