# HG changeset patch # User Shun-ichi GOTO # Date 1253276747 -32400 # Node ID bd017f359c0867e9aa8bee2fe69ed81720b15087 # Parent ffeaf5ba25d8da36915c05d40888d2a0f1e50741 win32mbcs: util.normpath should be wrapped. It is because util.normpath() finally calls windows.pconvert() which is not wrapped (by changeset:25c41ddb3978). diff -r ffeaf5ba25d8 -r bd017f359c08 hgext/win32mbcs.py --- a/hgext/win32mbcs.py Thu Sep 17 17:39:43 2009 -0500 +++ b/hgext/win32mbcs.py Fri Sep 18 21:25:47 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.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