##// END OF EJS Templates
store: use hashlib.sha1 directly instead of through util...
store: use hashlib.sha1 directly instead of through util Also remove module-local alias to _sha, since it's not used that much.

File last commit:

r13858:1046cb66 stable
r29338:81c38cb9 default
Show More
bookmarks.tmpl
6 lines | 164 B | application/x-cheetah | CheetahLexer
{header}
<title>{repo|escape}: bookmarks </title>
<description>{repo|escape} bookmark history</description>
{entries%bookmarkentry}
</channel>
</rss>