# HG changeset patch # User Martin Geisler # Date 1248301554 -7200 # Node ID 9b2649b6ce5c8b733d8d176bc4a1aece27c138ad # Parent f6a880fa9cd7a3abefc7a3306a885ac1b3d6ce90 win32mbcs: fix formatting of lists with proper reST markup diff -r f6a880fa9cd7 -r 9b2649b6ce5c hgext/win32mbcs.py --- a/hgext/win32mbcs.py Thu Jul 23 00:25:34 2009 +0200 +++ b/hgext/win32mbcs.py Thu Jul 23 00:25:54 2009 +0200 @@ -18,18 +18,21 @@ convert to Unicode string before path operation. This extension is useful for: - * Japanese Windows users using shift_jis encoding. - * Chinese Windows users using big5 encoding. - * All users who use a repository with one of problematic encodings on - case-insensitive file system. + +- Japanese Windows users using shift_jis encoding. +- Chinese Windows users using big5 encoding. +- All users who use a repository with one of problematic encodings on + case-insensitive file system. This extension is not needed for: - * Any user who use only ASCII chars in path. - * Any user who do not use any of problematic encodings. + +- Any user who use only ASCII chars in path. +- Any user who do not use any of problematic encodings. Note that there are some limitations on using this extension: - * You should use single encoding in one repository. - * You should set same encoding for the repository by locale or HGENCODING. + +- You should use single encoding in one repository. +- You should set same encoding for the repository by locale or HGENCODING. Path encoding conversion are done between Unicode and encoding.encoding which is decided by Mercurial from current locale setting or HGENCODING.