view mercurial/templates/json/graph.tmpl @ 48731:f591b377375f

rhg: Make Ui::new falliable, add Ui::new_infallible This allows propagating color configuration errors Differential Revision: https://phab.mercurial-scm.org/D12165
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 10 Feb 2022 12:52:25 +0100
parents b963750b125f
children
line wrap: on
line source

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