sapling/mercurial/templates/json
Anton Shestakov e81bf97ae9 hgweb: add parents to json-log (issue5074)
Entries prepared in webutil.changelistentry() skip showing parents in the
trivial case when there's only one parent and it's the previous revision. This
doesn't work well for the json-log template, which is supposed to just dump raw
data in an easy-to-parse format, so let's provide all parents as another
keyword: allparents.

Using a lambda function here means that the performance of templates that don't
use allparents won't be affected (see 88bd6697bfad).
2016-03-31 18:09:09 +08:00
..
changelist.tmpl json: implement {shortlog} and {changelog} templates 2015-03-31 22:53:48 -07:00
map hgweb: add parents to json-log (issue5074) 2016-03-31 18:09:09 +08:00