##// END OF EJS Templates
util: make filestat.__eq__ return True if both of self and old have None stat...
util: make filestat.__eq__ return True if both of self and old have None stat For convenience to compare two filestat objects regardless of None-ness of stat field.

File last commit:

r29435:b8ede1f7 default
r32749:b5524fd9 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>