##// END OF EJS Templates
revset: drop redundant filteredset from right-hand side set of "or" operation...
revset: drop redundant filteredset from right-hand side set of "or" operation Since 5548f558db3d, it should no longer be necessary because the addset can remove duplicates correctly.

File last commit:

r13858:1046cb66 stable
r25129:40a2cf1c default
Show More
bookmarks.tmpl
6 lines | 164 B | application/x-cheetah | CheetahLexer
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 {header}
<title>{repo|escape}: bookmarks </title>
<description>{repo|escape} bookmark history</description>
{entries%bookmarkentry}
</channel>
</rss>