merge with stable
authorMartin Geisler <mg@aragost.com>
Tue, 10 Jan 2012 15:23:49 +0100
changeset 15826 e859e80944d0
parent 15824 94a4748db392 (current diff)
parent 15825 8b611944eb84 (diff)
child 15827 1dacf7672556
merge with stable
--- 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::