##// END OF EJS Templates
help: use "hg files" instead of "hg locate" in "hg help filesets"...
FUJIWARA Katsunori -
r23109:cf56f7a6 stable
parent child Browse files
Show More
@@ -48,11 +48,11 b' Some sample queries:'
48
48
49 - Find text files that contain a string::
49 - Find text files that contain a string::
50
50
51 hg locate "set:grep(magic) and not binary()"
51 hg files "set:grep(magic) and not binary()"
52
52
53 - Find C files in a non-standard encoding::
53 - Find C files in a non-standard encoding::
54
54
55 hg locate "set:**.c and not encoding('UTF-8')"
55 hg files "set:**.c and not encoding('UTF-8')"
56
56
57 - Revert copies of large binary files::
57 - Revert copies of large binary files::
58
58
General Comments 0
You need to be logged in to leave comments. Login now