log mercurial/templatekw.py @ 37707:24fee31fda05

age author description
Sun, 15 Apr 2018 19:41:34 +0800 Anton Shestakov templates: adjust white space amount in the output of {whyunstable}
Sat, 14 Apr 2018 20:34:14 +0800 Anton Shestakov templates: make divergentnodes in whyunstable keyword be a hybrid list
Mon, 26 Mar 2018 17:00:12 +0800 Anton Shestakov templates: add whyunstable template keyword
Mon, 19 Mar 2018 20:23:27 +0900 Yuya Nishihara templatekw: fix return type of {succsandmarkers} (BC)
Mon, 19 Mar 2018 20:32:06 +0900 Yuya Nishihara obsutil: make obsfateprinter() less dependent on templater
Sun, 18 Mar 2018 00:11:36 +0900 Yuya Nishihara templatekw: do not directly call .gen
Thu, 15 Mar 2018 21:52:47 +0900 Yuya Nishihara templater: switch 'revcache' based on new mapping items
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 15 Mar 2018 21:22:52 +0900 Yuya Nishihara templater: factor out function to create mapping dict for nested evaluation
Fri, 16 Mar 2018 23:11:55 +0900 Yuya Nishihara templatekw: mark _showlist() as deprecated (API)
Fri, 16 Mar 2018 23:09:21 +0900 Yuya Nishihara templater: drop 'templ' from resources dict
Fri, 16 Mar 2018 23:01:51 +0900 Yuya Nishihara templatekw: stop using _showlist() which is about to be deprecated
Fri, 16 Mar 2018 22:47:15 +0900 Yuya Nishihara templater: use template context to render old-style list template
Fri, 16 Mar 2018 21:39:32 +0900 Yuya Nishihara templater: use named function to expand template against mapping dict (API)
Thu, 08 Mar 2018 23:15:09 +0900 Yuya Nishihara templater: move hybrid class and functions to templateutil module