##// 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.

File last commit:

r9999:f91e5630 default
r44109:c5bcd946 stable
Show More
filediff.tmpl
5 lines | 27 B | application/x-cheetah | CheetahLexer
{header}
{diff}
{footer}