Mercurial > hg
log mercurial/templatekw.py @ 32972:26e710f0468f
age | author | description |
---|---|---|
Wed, 21 Jun 2017 02:10:25 +0530 | Pulkit Goyal | py3: convert keys of kwargs in template keywords functions to bytes |
Tue, 20 Jun 2017 23:46:18 +0530 | Pulkit Goyal | py3: replace str with bytes in isinstance() |
Sat, 17 Jun 2017 13:34:18 +0900 | Yuya Nishihara | templatekw: use common "rev:node" format as the default of predecessors |
Sat, 17 Jun 2017 13:23:55 +0900 | Yuya Nishihara | templatekw: populate all keywords depending on predecessor in map operation |
Sat, 17 Jun 2017 13:18:03 +0900 | Yuya Nishihara | templatekw: reference predecessor node id as {node} in map operation |
Thu, 15 Jun 2017 13:02:58 +0200 | Boris Feld | template: add predecessors template |
Sat, 03 Jun 2017 19:12:01 +0900 | Yuya Nishihara | scmutil: introduce binnode(ctx) as paired function with intrev(ctx) |