# HG changeset patch # User Shun-ichi GOTO # Date 1253276747 -32400 # Node ID 661bc51f09b7deb85388d7d52f19b3a338829a23 # Parent 3e673c988c85ada261f9f87555c894cf1f429386 win32mbcs: util.normpath should be wrapped. It is because util.normpath() finally calls windows.pconvert() which is not wrapped (by changeset:25c41ddb3978). diff -r 3e673c988c85 -r 661bc51f09b7 hgext/win32mbcs.py --- a/hgext/win32mbcs.py Thu Sep 17 21:50:12 2009 +0200 +++ b/hgext/win32mbcs.py Fri Sep 18 21:25:47 2009 +0900 @@ -120,7 +120,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.util.pconvert''' + mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath''' # codec and alias names of sjis and big5 to be faked. problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs