##// END OF EJS Templates
win32mbcs: wrap util.split()...
Shun-ichi GOTO -
r19383:41c06a02 default
parent child Browse files
Show More
@@ -140,7 +140,8 b" funcs = '''os.path.join os.path.split os"
140 os.path.normpath os.makedirs
140 os.path.normpath os.makedirs
141 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
141 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
142 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
142 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
143 mercurial.util.checkwinfilename mercurial.util.checkosfilename'''
143 mercurial.util.checkwinfilename mercurial.util.checkosfilename
144 mercurial.util.split'''
144
145
145 # These functions are required to be called with local encoded string
146 # These functions are required to be called with local encoded string
146 # because they expects argument is local encoded string and cause
147 # because they expects argument is local encoded string and cause
General Comments 0
You need to be logged in to leave comments. Login now