view mercurial/templates/json/changelist.tmpl @ 31346:2a18e9e6ca43

py3: use bytearray() instead of array('c', ...) constructions Portable from 2.6-3.6.
author Augie Fackler <augie@google.com>
date Sun, 12 Mar 2017 03:32:21 -0400
parents 0bf54479a9eb
children
line wrap: on
line source

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