hgext/win32mbcs.py
changeset 32652 9929af2b09b4
parent 32245 3a755652ce3a
parent 32572 377c74ef008d
child 34180 37513324f620
equal deleted inserted replaced
32650:783394c0c978 32652:9929af2b09b4
   154 
   154 
   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  mercurial.util._filenamebytestr'''
   160 
   160 
   161 # List of Windows specific functions to be wrapped.
   161 # List of Windows specific functions to be wrapped.
   162 winfuncs = '''os.path.splitunc'''
   162 winfuncs = '''os.path.splitunc'''
   163 
   163 
   164 # codec and alias names of sjis and big5 to be faked.
   164 # codec and alias names of sjis and big5 to be faked.