summaryrefslogtreecommitdiff
path: root/mercurial/help/filesets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/help/filesets.txt')
-rw-r--r--mercurial/help/filesets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mercurial/help/filesets.txt b/mercurial/help/filesets.txt
index afad752..c929d79 100644
--- a/mercurial/help/filesets.txt
+++ b/mercurial/help/filesets.txt
@@ -52,7 +52,7 @@ Some sample queries:
- Find C files in a non-standard encoding::
- hg locate "set:**.c and not encoding('UTF-8')"
+ hg locate "set:**.c and not encoding(ascii)"
- Revert copies of large binary files::