mercurial/templatekw.py
Tue, 15 Aug 2017 23:23:55 -0700 Martin von Zweigbergk templatekw: choose {latesttag} by len(changes), not date (issue5659) stable
Tue, 15 Aug 2017 10:15:31 -0700 Danny Hooper log: add a "graphwidth" template variable
Sun, 13 Aug 2017 14:12:28 +0900 Yuya Nishihara templatekw: specify plural form of instability
Wed, 16 Aug 2017 13:57:19 +0900 Yuya Nishihara templatekw: rename termwidth() per convention
Thu, 03 Aug 2017 15:30:41 +0200 Boris Feld label: rename trouble.X into instability.X
Wed, 02 Aug 2017 18:34:39 +0200 Boris Feld context: rename troubles into instabilities
Wed, 02 Aug 2017 11:32:25 +0200 Boris Feld template: rename troubles templatekw into instabilities
Sat, 15 Jul 2017 00:38:57 +0900 Yuya Nishihara templatekw: hide {peerpaths} keyword for 4.3
Thu, 13 Jul 2017 00:35:54 +0900 Yuya Nishihara templatekw: export ui.paths as {peerpaths}
Mon, 03 Jul 2017 11:22:00 +0200 Boris Feld template: add successors template
Sat, 24 Jun 2017 14:52:15 -0700 Gregory Szorc namespaces: record and expose whether namespace is built-in
Sat, 24 Jun 2017 13:39:20 -0700 Gregory Szorc templatekw: expose color name in {namespaces} entries
Thu, 22 Jun 2017 03:16:16 +0530 Pulkit Goyal py3: convert kwargs' keys' to str using pycompat.strkwargs()
Thu, 22 Jun 2017 01:29:07 +0530 Pulkit Goyal py3: use "%d" % val for int rather than pycompat.bytestr
Wed, 21 Jun 2017 02:20:34 +0530 Pulkit Goyal py3: use pycompat.bytestr() in place of str()
Wed, 21 Jun 2017 02:13:34 +0530 Pulkit Goyal py3: use r'' to access values from kwargs where keys are str
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)
Sat, 03 Jun 2017 18:57:28 +0900 Yuya Nishihara scmutil: pass ctx object to intrev()
Wed, 05 Apr 2017 21:57:05 +0900 Yuya Nishihara templatekw: factor out showdict() helper
Wed, 05 Apr 2017 21:47:34 +0900 Yuya Nishihara templatekw: have showlist() take mapping dict with no **kwargs expansion (API)
Wed, 05 Apr 2017 21:40:38 +0900 Yuya Nishihara templatekw: change _showlist() to take mapping dict with no **kwargs expansion
Wed, 05 Apr 2017 21:32:32 +0900 Yuya Nishihara templatekw: rename 'args' to 'mapping' in showlist()
Wed, 05 Apr 2017 21:27:44 +0900 Yuya Nishihara templatekw: eliminate unnecessary temporary variable 'names' from _showlist()
Wed, 05 Apr 2017 22:28:09 +0900 Yuya Nishihara templatekw: add public function to wrap a dict by _hybrid object
Wed, 05 Apr 2017 22:25:36 +0900 Yuya Nishihara templatekw: add public function to wrap a list by _hybrid object
Wed, 12 Apr 2017 21:10:47 +0900 Yuya Nishihara templatekw: add default implementation of _hybrid.gen
Tue, 04 Apr 2017 22:31:59 +0900 Yuya Nishihara templater: make _hybrid provide more list/dict-like methods
Tue, 04 Apr 2017 22:20:06 +0900 Yuya Nishihara templater: hide private variable of _hybrid
Tue, 04 Apr 2017 22:19:02 +0900 Yuya Nishihara templater: remove __iter__() from _hybrid, resolve it explicitly
Sun, 24 Apr 2016 19:15:34 +0900 Yuya Nishihara templater: rewrite doc of _hybrid class as docstring
Sun, 09 Apr 2017 00:10:54 -0400 Matt Harbison templatekw: clarify the result of {latesttag} when no tag exists
Fri, 22 Apr 2016 21:46:33 +0900 Yuya Nishihara templater: provide loop counter as "index" keyword
Sat, 25 Mar 2017 10:34:11 +0100 Denis Laxalde templatekw: add an "obsolete" keyword
Wed, 15 Mar 2017 23:21:30 +0900 Yuya Nishihara templatekw: make join() escape values of extras (BC) (issue5504)
Sat, 25 Feb 2017 16:38:26 +0900 Yuya Nishihara templatekw: move defaulttmpl constant from changeset_templater
Tue, 17 Jan 2017 23:12:54 -0500 Matt Harbison templater: add '{envvars}' to access environment variables
Thu, 12 Jan 2017 21:06:55 +0900 Matthieu Laneuville templatekw: force noprefix=False to insure diffstat consistency (issue4755)
Fri, 06 Jan 2017 13:50:16 +0100 Denis Laxalde templatekw: add a "troubles" template keyword
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove last uses of repo.manifest
Sat, 08 Oct 2016 02:26:48 -0700 Simon Farnsworth template: provide a termwidth keyword (issue5395)
Sat, 23 Jul 2016 13:08:43 +0900 Yuya Nishihara templatekw: change joinfmt to a mandatory argument of _hybrid object
Fri, 22 Jul 2016 22:12:12 +0900 Yuya Nishihara templatekw: fix join format of parents keyword (issue5292) stable
Fri, 22 Jul 2016 22:00:46 +0900 Yuya Nishihara templatekw: fix join format of revset() function stable
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori templatekw: use templatekeyword to mark a function as template keyword
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori registrar: add templatekeyword to mark a function as template keyword (API)
Fri, 12 Feb 2016 19:16:09 +0900 Yuya Nishihara templatekw: switch ctx of list expression to rev of {parents} (BC)
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()
Sat, 14 Nov 2015 16:58:18 +0900 Yuya Nishihara graphlog: extract "graphnode" template keyword that represents node symbol
less more (0) -100 -60 tip