##// END OF EJS Templates
py3: use pycompat.bytestr() instead of pycompat.sysstr()...
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.
Manuel Jacob -
r44109:c5bcd946 stable
Show More
Name Size Modified Last Commit Author
/ mercurial / default.d
mergetools.rc Loading ...