mercurial/templates/json/graph.tmpl
changeset 35397 b963750b125f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mercurial/templates/json/graph.tmpl	Thu Dec 07 17:18:29 2017 +0800
@@ -0,0 +1,5 @@
+\{
+  "node": {node|json},
+  "changeset_count": {changesets|json},
+  "changesets": [{join(nodes%graphentry, ", ")}]
+}