##// END OF EJS Templates
win32mbcs: wrap util.pconvert, not windows.pconvert (issue1828)
Shun-ichi GOTO -
r9441:25c41ddb default
parent child Browse files
Show More
@@ -120,7 +120,7 b' def wrapname(name, wrapper):'
120 funcs = '''os.path.join os.path.split os.path.splitext
120 funcs = '''os.path.join os.path.split os.path.splitext
121 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
121 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
122 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
122 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
123 mercurial.util.fspath mercurial.windows.pconvert'''
123 mercurial.util.fspath mercurial.util.pconvert'''
124
124
125 # codec and alias names of sjis and big5 to be faked.
125 # codec and alias names of sjis and big5 to be faked.
126 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
126 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
General Comments 0
You need to be logged in to leave comments. Login now