Mercurial > public > mercurial-scm > hg
log mercurial/templatefuncs.py @ 37325:41a5d815d2c1
age | author | description |
---|---|---|
Sat, 17 Mar 2018 21:42:27 +0900 | Yuya Nishihara | templater: factor out generator of join()-ed items |
Sun, 18 Mar 2018 23:14:21 +0900 | Yuya Nishihara | templater: pass (context, mapping) down to unwrapvalue() |
Sat, 17 Mar 2018 20:09:05 +0900 | Yuya Nishihara | templater: pass (context, mapping) down to unwraphybrid() |
Sun, 01 Apr 2018 11:06:29 +0900 | Yuya Nishihara | templatefuncs: do not crash because of invalid value fed to mailmap() |
Sat, 31 Mar 2018 10:13:42 -0400 | Connor Sheehan | templatefuncs: remove redundant "or author" from mailmap return statement |
Sun, 18 Mar 2018 15:58:22 +0900 | Yuya Nishihara | templatefuncs: use evaldate() where seems appropriate |
Sun, 18 Mar 2018 15:55:31 +0900 | Yuya Nishihara | templater: factor out function that parses argument as date tuple |