hgext/win32mbcs.py
changeset 29889 6f447b9ec263
parent 29841 d5883fd055c6
child 30476 8a9681b963a3
equal deleted inserted replaced
29888:8a84347b9907 29889:6f447b9ec263
   146 
   146 
   147 # List of functions to be wrapped.
   147 # List of functions to be wrapped.
   148 # NOTE: os.path.dirname() and os.path.basename() are safe because
   148 # NOTE: os.path.dirname() and os.path.basename() are safe because
   149 #       they use result of os.path.split()
   149 #       they use result of os.path.split()
   150 funcs = '''os.path.join os.path.split os.path.splitext
   150 funcs = '''os.path.join os.path.split os.path.splitext
   151  os.path.normpath os.makedirs
   151  os.path.normpath os.makedirs mercurial.util.endswithsep
   152  mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
   152  mercurial.util.splitpath mercurial.util.fscasesensitive
   153  mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
   153  mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
   154  mercurial.util.checkwinfilename mercurial.util.checkosfilename
   154  mercurial.util.checkwinfilename mercurial.util.checkosfilename
   155  mercurial.util.split'''
   155  mercurial.util.split'''
   156 
   156 
   157 # These functions are required to be called with local encoded string
   157 # These functions are required to be called with local encoded string