Mercurial > hg
comparison hgext/win32mbcs.py @ 8760:bf17aeafb869
Spell Mercurial as a proper noun
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:31 -0400 |
parents | 505a96cbc923 |
children | 87c30fb7e8df |
comparison
equal
deleted
inserted
replaced
8759:f584d63c49c3 | 8760:bf17aeafb869 |
---|---|
37 | 37 |
38 [extensions] | 38 [extensions] |
39 hgext.win32mbcs = | 39 hgext.win32mbcs = |
40 | 40 |
41 Path encoding conversion are done between Unicode and | 41 Path encoding conversion are done between Unicode and |
42 encoding.encoding which is decided by mercurial from current locale | 42 encoding.encoding which is decided by Mercurial from current locale |
43 setting or HGENCODING. | 43 setting or HGENCODING. |
44 | 44 |
45 """ | 45 """ |
46 | 46 |
47 import os | 47 import os |