comparison mercurial/patch.py @ 30500:fc0cfe6c87d7

py3: add os.getcwdb() to have bytes path Following the behaviour of Python 3, os.getcwd() return unicodes. We need bytes version as path variables are bytes in UNIX. Python 3 has os.getcwdb() which returns current working directory in bytes. Like rest of the things there in pycompat, like osname, ossep, we need to rewrite every instance of os.getcwd to pycompat.getcwd to make them work correctly on Python 3.
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 22 Nov 2016 18:46:50 +0530
parents e1677cc29da6
children d1901c4c8ec0
comparison
equal deleted inserted replaced
30499:22d05b53b0e8 30500:fc0cfe6c87d7