##// END OF EJS Templates
lfs: use %d to encode int, not str()...
lfs: use %d to encode int, not str() Differential Revision: https://phab.mercurial-scm.org/D2567

File last commit:

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