Mercurial > hg
log mercurial/templatekw.py @ 36521:c3692364b344
age | author | description |
---|---|---|
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() |
Sun, 25 Feb 2018 16:35:34 +0900 | Yuya Nishihara | templatekw: factor out function to build a list of files per status |
Sun, 25 Feb 2018 13:40:46 +0900 | Yuya Nishihara | templatekw: switch non-showlist template keywords to new API |