Skip to content
Snippets Groups Projects
Commit cf56f7a6 authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

help: use "hg files" instead of "hg locate" in "hg help filesets"

The latter command is already deprecated.
parent 12837ba2
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
- 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::
......@@ -52,7 +52,7 @@
- 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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment