##// END OF EJS Templates
typing: align the signatures of `repository.imanifestdict` overrides...
typing: align the signatures of `repository.imanifestdict` overrides This is the same procedure as 048c11993d6a, where we bounce around to the various subclasses and steal their type hints to keep everything happy when the interface is explicitly subclassed.

File last commit:

r29435:b8ede1f7 default
r53389:48cdbd4d 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>