mercurial/cffi/__init__.py
author Manuel Jacob <me@manueljacob.de>
Tue, 19 Nov 2019 11:59:43 +0100
branchstable
changeset 43434 c5bcd946a34b
parent 30356 9cc438bf7d9a
permissions -rw-r--r--
py3: use pycompat.bytestr() instead of pycompat.sysstr() pycompat.sysstr() doesn’t work because it doesn’t accept arguments of type `type` and returns a unicode object on Python3, while the format string wants a bytes-like object.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: