Mercurial > public > mercurial-scm > hg-stable
diff tests/test-encoding.t @ 15769:afdf4f5bac61
encoding: use hint markup for "please check your locale settings"
This will also make test-encoding.t pass on windows. The test would hit some
other code path that already used hint markup.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 26 Dec 2011 15:01:06 +0100 |
parents | 41885892796e |
children | 4f795f5fbb0b |
line wrap: on
line diff
--- a/tests/test-encoding.t Mon Dec 26 15:30:43 2011 +0100 +++ b/tests/test-encoding.t Mon Dec 26 15:01:06 2011 +0100 @@ -235,7 +235,8 @@ hg log (dolphin) $ HGENCODING=dolphin hg log - abort: unknown encoding: dolphin, please check your locale settings + abort: unknown encoding: dolphin + (please check your locale settings) [255] $ HGENCODING=ascii hg branch `cat latin-1-tag` abort: decoding near '\xe9': 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)! (esc)