##// END OF EJS Templates
exchange: propagate the subfunctions return...
exchange: propagate the subfunctions return The parts generator can return a callback to handle server reply. We should propagate the return for correctness.

File last commit:

r29435:b8ede1f7 default
r34911:498697fe stable
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>