Mercurial > public > mercurial-scm > hg-stable
log mercurial/templater.py @ 43013:198b51d453fe
age | author | description |
---|---|---|
Wed, 12 Dec 2018 22:45:02 +0900 | Yuya Nishihara | templatefuncs: specialize "no match" value of search() to allow % operation |
Tue, 13 Nov 2018 22:15:30 +0900 | Yuya Nishihara | templater: check invalid use of list expression properly (issue5920) |
Fri, 19 Oct 2018 21:11:30 +0900 | Yuya Nishihara | templater: add wrapper for a single template mapping |
Thu, 07 Jun 2018 23:27:54 +0900 | Yuya Nishihara | templater: remove unused context argument from most resourcemapper functions |
Thu, 21 Jun 2018 22:33:42 +0900 | Yuya Nishihara | templater: remove redundant member variables from templater class |
Thu, 21 Jun 2018 22:27:30 +0900 | Yuya Nishihara | templater: resurrect cache of engine instance |
Thu, 21 Jun 2018 22:23:43 +0900 | Yuya Nishihara | templater: extract template loader to separate class |