view mercurial/templates/json/changelist.tmpl @ 49635:4d729a98673d

hg-core: make use of `strip_suffix` now that we're using Rust 1.45+
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 15:43:05 +0100
parents 0bf54479a9eb
children
line wrap: on
line source

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