##// END OF EJS Templates
revlog: add a `sidedata` parameters to addrevision...
revlog: add a `sidedata` parameters to addrevision If we want to eventually store sidedata we need to be able to pass them along. Differential Revision: https://phab.mercurial-scm.org/D6814

File last commit:

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