Mercurial > hg
log mercurial/templatekw.py @ 34581:ee0d74083a22
age | author | description |
---|---|---|
Tue, 19 Sep 2017 23:13:46 +0900 | Yuya Nishihara | templater: store revisions as ints so min/max won't compare them as strings |
Sat, 30 Sep 2017 08:57:50 +0100 | Yuya Nishihara | templatekw: allow accessing to nested namespace item by its template name |
Sat, 30 Sep 2017 08:50:24 +0100 | Yuya Nishihara | templatekw: get rid of temporary dicts from shownamespaces() |
Mon, 18 Sep 2017 23:53:05 +0900 | Yuya Nishihara | templatekw: rename peerpaths to peerurls per naming convention (BC) |
Mon, 18 Sep 2017 23:31:01 +0900 | Yuya Nishihara | templatekw: make experimental {peerpaths} return a single-level dict (BC) |
Mon, 18 Sep 2017 23:49:05 +0900 | Yuya Nishihara | templatekw: fix scope of peerpath url bound to generator |
Sat, 09 Sep 2017 19:32:56 +0900 | Yuya Nishihara | templater: add dot operator to easily access a sub item |