Mercurial > hg
changeset 4876:001e8a745834
typo fix
author | Jesse Glick <jesse.glick@sun.com> |
---|---|
date | Thu, 12 Jul 2007 10:55:49 -0400 |
parents | 97dbf330069a |
children | da8640113b5a |
files | mercurial/util.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/util.py Sat Jul 14 11:27:58 2007 -0500 +++ b/mercurial/util.py Thu Jul 12 10:55:49 2007 -0400 @@ -63,7 +63,7 @@ Convert a string from the local character encoding to UTF-8 We attempt to decode strings using the encoding mode set by - HG_ENCODINGMODE, which defaults to 'strict'. In this mode, unknown + HGENCODINGMODE, which defaults to 'strict'. In this mode, unknown characters will cause an error message. Other modes include 'replace', which replaces unknown characters with a special Unicode character, and 'ignore', which drops the character.