log mercurial/templatekw.py @ 28239:7279e0132347

age author description
Sun, 27 Dec 2015 20:21:37 +0900 Yuya Nishihara templatekw: workaround for utf-8 round-trip of {desc}
Fri, 12 Feb 2016 18:39:48 +0900 Yuya Nishihara templater: factor out type conversion of revset() result
Fri, 12 Feb 2016 18:08:53 +0900 Yuya Nishihara templater: evaluate each item of revset() as integer revision
Tue, 12 Jan 2016 23:56:48 +0900 Yuya Nishihara templatekw: add {namespaces} keyword
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()