view mercurial/templates/json/graph.tmpl @ 40780:1e019f45fa88

match: make "groupsize" include the trailing "|" I think this is a little easier to follow and it will simplify later patches too. Differential Revision: https://phab.mercurial-scm.org/D5350
author Martin von Zweigbergk <martinvonz@google.com>
date Sun, 02 Dec 2018 13:44:49 -0800
parents b963750b125f
children
line wrap: on
line source

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