##// END OF EJS Templates
revlog: use the new sidedata map return in the sidedata method...
revlog: use the new sidedata map return in the sidedata method So far things, seems logical. Differential Revision: https://phab.mercurial-scm.org/D6810

File last commit:

r24588:0bf54479 default
r43252:9d62f9fa default
Show More
changelist.tmpl
5 lines | 124 B | application/x-cheetah | CheetahLexer
Gregory Szorc
json: implement {shortlog} and {changelog} templates...
r24588 \{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(entries%changelistentry, ", ")}]
}