##// END OF EJS Templates
run-tests: explicitly declare the list of dropped environment variable...
run-tests: explicitly declare the list of dropped environment variable It will make the list clearer and more maintainable.

File last commit:

r35390:b963750b default
r40505:f8154dda 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, ", ")}]
}