Mercurial > public > mercurial-scm > hg
diff hgext/win32mbcs.py @ 32652:9929af2b09b4
merge with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 03 Jun 2017 16:33:28 -0400 |
parents | 3a755652ce3a 377c74ef008d |
children | 37513324f620 |
line wrap: on
line diff
--- a/hgext/win32mbcs.py Thu Jun 01 08:31:21 2017 -0700 +++ b/hgext/win32mbcs.py Sat Jun 03 16:33:28 2017 -0400 @@ -156,7 +156,7 @@ # because they expects argument is local encoded string and cause # problem with unicode string. rfuncs = '''mercurial.encoding.upper mercurial.encoding.lower - mercurial.pycompat.bytestr''' + mercurial.util._filenamebytestr''' # List of Windows specific functions to be wrapped. winfuncs = '''os.path.splitunc'''