view mercurial/templates/json/graph.tmpl @ 35397:b963750b125f

hgweb: implement json-graph It's essentially a copy of json-log with graph-related things added (col, row, color, edges).
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 07 Dec 2017 17:18:29 +0800
parents
children
line wrap: on
line source

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