##// END OF EJS Templates
minirst: make format() simply return a formatted text...
minirst: make format() simply return a formatted text It's a source of bugs to change the type of the return value conditionally.

File last commit:

r24588:0bf54479 default
r39346:a2a5d4ad 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, ", ")}]
}