##// END OF EJS Templates
util: use string.hexdigits instead of defining it ourselves...
util: use string.hexdigits instead of defining it ourselves This resolves some Python 3 weirdness.

File last commit:

r28712:80e92247 default
r30054:8b89521a default
Show More
bookmarks.tmpl
11 lines | 372 B | application/x-cheetah | CheetahLexer
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 {header}
Thomas Arendsen Hein
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names...
r18526 <id>{urlbase}{url|urlescape}</id>
<link rel="self" href="{urlbase}{url|urlescape}atom-bookmarks"/>
<link rel="alternate" href="{urlbase}{url|urlescape}bookmarks"/>
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 <title>{repo|escape}: bookmarks</title>
<summary>{repo|escape} bookmark history</summary>
<author><name>Mercurial SCM</name></author>
av6
hgweb: generate last change date for an empty atom-bookmarks feed (issue5022)...
r28712 {lastchange%feedupdated}
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858
{entries%bookmarkentry}
</feed>