##// END OF EJS Templates
debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`
debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`

File last commit:

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