##// END OF EJS Templates
webutil: use pycompat.bytestr() instead of str()...
webutil: use pycompat.bytestr() instead of str() Stops us from choking the templater on Python 3. With this patch applied, much of hgweb works correctly in Python 3. The notable exception is the graph page, which chokes because it gets node IDs as str instead of bytes. Differential Revision: https://phab.mercurial-scm.org/D1135

File last commit:

r30346:9cc438bf default
r34808:3caec3c0 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer