merge with i18n stable
authorMatt Mackall <mpm@selenic.com>
Wed, 11 Jan 2012 09:26:47 -0600
branchstable
changeset 15845 dffdc8c8f6d6
parent 15844 1855b0747c91 (current diff)
parent 15825 8b611944eb84 (diff)
child 15847 c47d69ce5208
child 15848 012b285cf643
merge with i18n
--- a/mercurial/help/filesets.txt	Tue Jan 10 15:56:33 2012 -0200
+++ b/mercurial/help/filesets.txt	Wed Jan 11 09:26:47 2012 -0600
@@ -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::