Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sat, 15 Apr 2017 10:51:17 +0900 | Yuya Nishihara | templatefilters: fix crash by string formatting of '{x|splitlines}' |
Wed, 05 Apr 2017 21:57:05 +0900 | Yuya Nishihara | templatekw: factor out showdict() helper |
Wed, 05 Apr 2017 21:47:34 +0900 | Yuya Nishihara | templatekw: have showlist() take mapping dict with no **kwargs expansion (API) |
Wed, 05 Apr 2017 21:40:38 +0900 | Yuya Nishihara | templatekw: change _showlist() to take mapping dict with no **kwargs expansion |
Wed, 05 Apr 2017 21:32:32 +0900 | Yuya Nishihara | templatekw: rename 'args' to 'mapping' in showlist() |
Wed, 05 Apr 2017 21:27:44 +0900 | Yuya Nishihara | templatekw: eliminate unnecessary temporary variable 'names' from _showlist() |
Mon, 17 Apr 2017 20:22:00 +0200 | Pierre-Yves David | color: update the help with the new default |