##// END OF EJS Templates
tests: bulk changes to avoid "omit superfluous pass" check-code.py error...
tests: bulk changes to avoid "omit superfluous pass" check-code.py error This is a part of preparation to apply checking with check-code.py on code fragments embedded in *.t test scripts.

File last commit:

r35390:b963750b default
r41883:9897e95b 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, ", ")}]
}