changeset 15826:e859e80944d0

merge with stable
author Martin Geisler <mg@aragost.com>
date Tue, 10 Jan 2012 15:23:49 +0100
parents 94a4748db392 (current diff) 8b611944eb84 (diff)
children 1dacf7672556
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/filesets.txt	Sat Jan 07 17:03:33 2012 +0100
+++ b/mercurial/help/filesets.txt	Tue Jan 10 15:23:49 2012 +0100
@@ -52,7 +52,7 @@
 
 - Find C files in a non-standard encoding::
 
-    hg locate "set:**.c and not encoding(ascii)"
+    hg locate "set:**.c and not encoding('UTF-8')"
 
 - Revert copies of large binary files::