mercurial/templates/json/graph.tmpl
author Augie Fackler <augie@google.com>
Sun, 18 Feb 2018 14:37:36 -0500
changeset 36313 3f98634b6572
parent 35389 b963750b125f
permissions -rw-r--r--
scmutil: fix requires-file isalnum() check on first byte Slice instead of subscript to get a bytes from a bytes. # skip-blame just a py3 slice-instead-of-subscript change Differential Revision: https://phab.mercurial-scm.org/D2341

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