[PATCH] Support MBCS for fspath() and checkcase()

Shun-ichi GOTO shunichi.goto at gmail.com
Tue Jul 29 01:26:25 CDT 2008


2008/7/29 Matt Mackall <mpm at selenic.com>:
> Would you care to send me a new version with all your fixes?

Done with some small fixes to support python 2.3  and updating
document in source.
Most of the code are same with Matt's except changing to abort on
conversion fail.
I've tested with python 2.3.5, 2.4.5 and 2.5.2 on Windows in
problematic repository.
Usage of this version is not changed as before.

ChangeLog:
  * Code cleanup by Matt.
  * Fix the issue with case-insensitive fs support
    by wrapping also util.fspath() and util.checkcase()
  * Abort program when path conversion is failed.

-- 
Shun-ichi GOTO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32mbcs.py
Type: text/x-python
Size: 4178 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20080729/0f1b3dd9/attachment.py 


More information about the Mercurial-devel mailing list