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