Mercurial > public > mercurial-scm > hg
log mercurial/templater.py @ 26117:4dc5b51f38fe
age | author | description |
---|---|---|
Sat, 04 Jul 2015 16:07:42 +0900 | Yuya Nishihara | templatefilters: remove redundant 'date' and 'strip' filters |
Sat, 04 Jul 2015 16:03:36 +0900 | Yuya Nishihara | templater: introduce unified filter syntax for unary functions |
Sat, 04 Jul 2015 15:59:03 +0900 | Yuya Nishihara | templater: inline getfilter() to buildfilter() |
Sat, 08 Aug 2015 18:23:53 -0700 | Gregory Szorc | templater: use absolute_import |
Sun, 05 Jul 2015 12:02:13 +0900 | Yuya Nishihara | parser: separate actions for primary expression and prefix operator |
Sun, 05 Jul 2015 11:17:22 +0900 | Yuya Nishihara | parser: fill invalid infix and suffix actions by None |
Sun, 05 Jul 2015 11:06:58 +0900 | Yuya Nishihara | parser: add comment about structure of elements to each table |