[PATCH] win32mbcs: util.pconvert should be wrapped

Shun-ichi Goto shunichi.goto at gmail.com
Wed Sep 9 04:41:44 CDT 2009


# HG changeset patch
# User Shun-ichi GOTO <shunichi.goto at gmail.com>
# Date 1252489119 -32400
# Node ID 1165cb5a1903ea56e376bea87a931c9c4b0deded
# Parent  fef209e657579ddd0b87ed728f1fee8912960eab
win32mbcs: util.pconvert should be wrapped.

See issue 1828 for detail.

diff -r fef209e65757 -r 1165cb5a1903 hgext/win32mbcs.py
--- a/hgext/win32mbcs.py	Sun Sep 06 15:32:16 2009 +0200
+++ b/hgext/win32mbcs.py	Wed Sep 09 18:38:39 2009 +0900
@@ -123,7 +123,7 @@
 funcs = '''os.path.join os.path.split os.path.splitext
  os.path.splitunc os.path.normpath os.path.normcase os.makedirs
  mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
- mercurial.util.fspath mercurial.windows.pconvert'''
+ mercurial.util.fspath mercurial.util.pconvert mercurial.windows.pconvert'''
 
 # codec and alias names of sjis and big5 to be faked.
 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs


More information about the Mercurial-devel mailing list