##// 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:

r24588:0bf54479 default
r29338:81c38cb9 default
Show More
changelist.tmpl
5 lines | 124 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(entries%changelistentry, ", ")}]
}