Mercurial > hg
log mercurial/templatekw.py @ 36591:121a20e5da56
age | author | description |
---|---|---|
Sun, 25 Feb 2018 16:45:44 +0900 | Yuya Nishihara | templatekw: switch most of showlist template keywords to new API (issue5779) |
Sun, 25 Feb 2018 16:22:55 +0900 | Yuya Nishihara | templatekw: switch showdict template keywords to new API |
Fri, 02 Mar 2018 09:09:38 -0500 | Augie Fackler | templatekw: fix dict construction in _showlist to not mix bytes and strs |
Sun, 25 Feb 2018 16:14:37 +0900 | Yuya Nishihara | templatekw: add compatlist() as a replacement for showlist() |
Sun, 25 Feb 2018 16:03:19 +0900 | Yuya Nishihara | templatekw: add compatdict() as a replacement for showdict() |
Sun, 25 Feb 2018 15:43:35 +0900 | Yuya Nishihara | templatekw: pass templater to _showlist() by an explicit argument |
Sun, 25 Feb 2018 16:36:38 +0900 | Yuya Nishihara | templatekw: inline getfiles() |