author | Matt Mackall <mpm@selenic.com> |
Wed, 11 Jan 2012 09:26:47 -0600 | |
branch | stable |
changeset 15845 | dffdc8c8f6d6 |
parent 15844 | 1855b0747c91 (current diff) |
parent 15825 | 8b611944eb84 (diff) |
child 15847 | c47d69ce5208 |
child 15848 | 012b285cf643 |
--- 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::