view mercurial/templates/json/changelist.tmpl @ 37663:fc114a16a484

py3: use stringutil.forcebytestr() instead of str() We need to convert errors to bytes using stringutil.forcebytestr() Differential Revision: https://phab.mercurial-scm.org/D3324
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 14 Apr 2018 01:59:55 +0530
parents 0bf54479a9eb
children
line wrap: on
line source

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