##// END OF EJS Templates
hgweb: use template context to render {lines} of {diff}...
hgweb: use template context to render {lines} of {diff} This is a preferred way to process nested templates.

File last commit:

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