mercurial/templates/json/changelist.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 22 Jun 2021 22:28:51 +0200
changeset 47470 d6afe1478a2a
parent 24588 0bf54479a9eb
permissions -rw-r--r--
censor: extract the part about creating and opening new files in a function The v2_censor function is huge, now that its content has settled a bit it is a good time to split individual part inside dedicated function. The last part is the file copying and opening logic. It now have its own function. Differential Revision: https://phab.mercurial-scm.org/D10901

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