changeset 23109:cf56f7a60b45 stable

help: use "hg files" instead of "hg locate" in "hg help filesets" The latter command is already deprecated.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 01 Nov 2014 02:43:08 +0900
parents 12837ba22784
children 692bde7f486d
files mercurial/help/filesets.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/filesets.txt	Sat Nov 01 02:41:18 2014 +0900
+++ b/mercurial/help/filesets.txt	Sat Nov 01 02:43:08 2014 +0900
@@ -48,11 +48,11 @@
 
 - Find text files that contain a string::
 
-    hg locate "set:grep(magic) and not binary()"
+    hg files "set:grep(magic) and not binary()"
 
 - Find C files in a non-standard encoding::
 
-    hg locate "set:**.c and not encoding('UTF-8')"
+    hg files "set:**.c and not encoding('UTF-8')"
 
 - Revert copies of large binary files::