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

r35390:b963750b default
r39346:a2a5d4ad default
Show More
graph.tmpl
5 lines | 117 B | application/x-cheetah | CheetahLexer
av6
hgweb: implement json-graph...
r35390 \{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(nodes%graphentry, ", ")}]
}