mercurial/templates/json/changelist.tmpl
author Augie Fackler <augie@google.com>
Tue, 17 Oct 2017 10:51:43 -0400
changeset 34838 d3ea6a1c798f
parent 24588 0bf54479a9eb
permissions -rw-r--r--
templater: use pycompat.sysbytes to bytes-ify some __name__ attrs Spotted by yuya in review of e87e62b7fc0b. Differential Revision: https://phab.mercurial-scm.org/D1145

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