Mercurial > hg
comparison mercurial/hbisect.py @ 30664:69acfd2ca11e
py3: replace os.getenv with pycompat.osgetenv
os.getenv deals with unicodes on Python 3, so we have pycompat.osgetenv to
deal with bytes. This patch replaces occurrences on os.getenv with
pycompat.osgetenv
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 19 Dec 2016 02:54:49 +0530 |
parents | e124e83fd159 |
children | fd8b6b183073 |
comparison
equal
deleted
inserted
replaced
30663:bb0d5aad761a | 30664:69acfd2ca11e |
---|