Mercurial > public > mercurial-scm > hg
log mercurial/formatter.py @ 37178:68ee61822182
age | author | description |
---|---|---|
Sat, 17 Mar 2018 17:54:33 +0900 | Yuya Nishihara | formatter: make 'originalnode' a thing in log-like templates |
Sat, 17 Mar 2018 17:41:07 +0900 | Yuya Nishihara | formatter: port handling of 'originalnode' to populatemap() hook |
Thu, 15 Mar 2018 21:52:47 +0900 | Yuya Nishihara | templater: switch 'revcache' based on new mapping items |
Thu, 15 Mar 2018 21:49:33 +0900 | Yuya Nishihara | templater: add hook point to populate additional mapping items |
Thu, 15 Mar 2018 21:38:57 +0900 | Yuya Nishihara | templater: drop symbols which should be overridden by new 'ctx' (issue5612) |
Thu, 15 Mar 2018 20:43:39 +0900 | Yuya Nishihara | templater: introduce resourcemapper class |
Fri, 16 Mar 2018 21:24:12 +0900 | Yuya Nishihara | templater: factor out helper that renders named template as string |