changeset 15845:dffdc8c8f6d6 stable

merge with i18n
author Matt Mackall <mpm@selenic.com>
date Wed, 11 Jan 2012 09:26:47 -0600
parents 1855b0747c91 (current diff) 8b611944eb84 (diff)
children c47d69ce5208 012b285cf643
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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::