view mercurial/templates/json/graph.tmpl @ 48520:791f5d5f7a96

hg-core: dedup LazyAncestors Iterator impl … Which has been moved to the vcsgraph crate. AncestorsIterator cannot yet be removed because it is still being used in hg-core. Differential Revision: https://phab.mercurial-scm.org/D11948
author pacien <pacien.trangirard@pacien.net>
date Fri, 10 Dec 2021 16:25:02 +0100
parents b963750b125f
children
line wrap: on
line source

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