Mercurial > hg
log mercurial/formatter.py @ 36989:de117f579431
age | author | description |
---|---|---|
Fri, 16 Mar 2018 21:24:12 +0900 | Yuya Nishihara | templater: factor out helper that renders named template as string |
Sun, 11 Mar 2018 21:26:15 +0900 | Yuya Nishihara | formatter: unblock storing fctx as a template resource |
Sun, 11 Mar 2018 21:12:02 +0900 | Yuya Nishihara | templater: process mapping dict by resource callables |
Sun, 11 Mar 2018 21:05:29 +0900 | Yuya Nishihara | templater: convert resources to a table of callables for future extension |
Thu, 08 Mar 2018 23:15:09 +0900 | Yuya Nishihara | templater: move hybrid class and functions to templateutil module |
Thu, 08 Mar 2018 23:10:46 +0900 | Yuya Nishihara | templater: move stringify() to templateutil module |
Thu, 01 Mar 2018 08:14:54 -0500 | Yuya Nishihara | templater: byte-stringify dict/list values before passing to default format |