##// END OF EJS Templates
py3: ensure run-tests.osenvironb is actually bytes...
py3: ensure run-tests.osenvironb is actually bytes Windows doesn't have os.environb, so it was falling back to the Unicode form, and all of the accesses are trying to use bytes.

File last commit:

r29435:b8ede1f7 default
r39681:13179f97 default
Show More
bookmarks.tmpl
6 lines | 163 B | application/x-cheetah | CheetahLexer
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 {header}
av6
hgweb: remove a couple of superfluous spaces in rss style
r29435 <title>{repo|escape}: bookmarks</title>
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 <description>{repo|escape} bookmark history</description>
{entries%bookmarkentry}
</channel>
</rss>