##// END OF EJS Templates
debug-revlog: move the code in revlogutils module...
debug-revlog: move the code in revlogutils module We have a module dedicated to debug code, let us use it.

File last commit:

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