mercurial/templates/json/graph.tmpl
author Anton Shestakov <av6@dwimlabs.net>
Thu, 07 Dec 2017 17:18:29 +0800
changeset 35397 b963750b125f
permissions -rw-r--r--
hgweb: implement json-graph It's essentially a copy of json-log with graph-related things added (col, row, color, edges).

\{
  "node": {node|json},
  "changeset_count": {changesets|json},
  "changesets": [{join(nodes%graphentry, ", ")}]
}