hgext/win32mbcs.py
branchstable
changeset 15672 2ebe3d0ce91d
parent 15671 3c5e818ac679
child 15724 9e6a13c2aeb9
equal deleted inserted replaced
15671:3c5e818ac679 15672:2ebe3d0ce91d
   126 # List of functions to be wrapped.
   126 # List of functions to be wrapped.
   127 # NOTE: os.path.dirname() and os.path.basename() are safe because
   127 # NOTE: os.path.dirname() and os.path.basename() are safe because
   128 #       they use result of os.path.split()
   128 #       they use result of os.path.split()
   129 funcs = '''os.path.join os.path.split os.path.splitext
   129 funcs = '''os.path.join os.path.split os.path.splitext
   130  os.path.splitunc os.path.normpath os.makedirs
   130  os.path.splitunc os.path.normpath os.makedirs
   131  mercurial.windows.normcase
       
   132  mercurial.util.normcase
       
   133  mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
   131  mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
   134  mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
   132  mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
   135  mercurial.util.checkwinfilename mercurial.util.checkosfilename'''
   133  mercurial.util.checkwinfilename mercurial.util.checkosfilename'''
   136 
   134 
   137 # codec and alias names of sjis and big5 to be faked.
   135 # codec and alias names of sjis and big5 to be faked.