##// END OF EJS Templates
win32mbcs: wrap underlying pycompat.bytestr to use checkwinfilename safely...
FUJIWARA Katsunori -
r32244:176ed32d stable
parent child Browse files
Show More
@@ -155,7 +155,8 b" funcs = '''os.path.join os.path.split os"
155 # These functions are required to be called with local encoded string
155 # These functions are required to be called with local encoded string
156 # because they expects argument is local encoded string and cause
156 # because they expects argument is local encoded string and cause
157 # problem with unicode string.
157 # problem with unicode string.
158 rfuncs = '''mercurial.encoding.upper mercurial.encoding.lower'''
158 rfuncs = '''mercurial.encoding.upper mercurial.encoding.lower
159 mercurial.pycompat.bytestr'''
159
160
160 # List of Windows specific functions to be wrapped.
161 # List of Windows specific functions to be wrapped.
161 winfuncs = '''os.path.splitunc'''
162 winfuncs = '''os.path.splitunc'''
General Comments 0
You need to be logged in to leave comments. Login now