Mercurial > hg
log mercurial/templatekw.py @ 27893:b42b2e86ef02
age | author | description |
---|---|---|
Tue, 12 Jan 2016 23:53:56 +0900 | Yuya Nishihara | templatekw: move shownames() helper to be sorted alphabetically |
Sat, 16 Jan 2016 13:42:37 +0900 | Yuya Nishihara | templater: make _hybrid not callable to avoid conflicting semantics |
Sat, 14 Nov 2015 17:02:57 +0900 | Yuya Nishihara | templatekw: avoid slow creation of changectx objects in showgraphnode() |
Sat, 14 Nov 2015 16:58:18 +0900 | Yuya Nishihara | graphlog: extract "graphnode" template keyword that represents node symbol |
Mon, 24 Aug 2015 23:30:17 -0400 | Matt Harbison | templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword |
Mon, 24 Aug 2015 23:07:00 -0400 | Matt Harbison | templatekw: introduce showlatesttags() to handle {latesttag} keywords |
Mon, 05 Oct 2015 21:11:50 -0400 | Matt Harbison | templatekw: factor out the changessincetag calculation to a private method |