mercurial/templatekw.py
Thu, 01 Mar 2018 06:43:13 -0500 Yuya Nishihara py3: use '%d' to format diffstat sum
Tue, 27 Feb 2018 14:41:24 +0530 Pulkit Goyal py3: fix more keyword arguments handling
Sun, 25 Feb 2018 13:24:35 +0900 Yuya Nishihara templatekw: add 'requires' flag to switch to exception-safe interface
Sun, 25 Feb 2018 14:14:33 +0900 Yuya Nishihara templatekw: minimize resource dependency of {envvars} and {termwidth}
Sun, 25 Feb 2018 14:12:34 +0900 Yuya Nishihara templatekw: simply override {graphwidth} function by mapping variable
Sat, 24 Feb 2018 10:48:24 -0800 Gregory Szorc templatekw: use ctx.rev() instead of casting context to int
Mon, 08 Jan 2018 11:11:06 +0900 Yuya Nishihara templatekw: add {reporoot} keyword
Sun, 11 Feb 2018 16:16:43 -0800 Gregory Szorc py3: catch TypeError during template operations
Fri, 02 Feb 2018 23:53:57 -0500 Matt Harbison templatekw: drop the deprecated '{troubles}' keyword
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Fri, 22 Dec 2017 23:17:04 +0800 Anton Shestakov graphlog: add another graph node type, unstable, using character "*" (BC)
Sat, 02 Dec 2017 16:29:49 +0900 Yuya Nishihara log: translate column labels at once (issue5750)
Wed, 29 Nov 2017 04:41:48 +0530 Pulkit Goyal py3: fix args handling for obsfate template
Sat, 21 Oct 2017 17:46:41 +0900 Yuya Nishihara templatekw: add verbosity keyword to select template by -q/-v/--debug flag
Sat, 21 Oct 2017 17:31:13 +0900 Yuya Nishihara templatekw: move loadkeyword() to bottom
Sat, 21 Oct 2017 17:05:04 +0900 Yuya Nishihara help: hide phaseidx template keyword
Thu, 05 Oct 2017 17:42:56 +0200 Boris Feld templatekw: introduce obsfate keyword
Thu, 12 Oct 2017 21:48:02 +0900 Yuya Nishihara help: hide template keywords of obsolescence as they are still experimental
Thu, 12 Oct 2017 21:42:42 +0900 Yuya Nishihara help: fix formatting of template keywords
Tue, 19 Sep 2017 23:13:46 +0900 Yuya Nishihara templater: store revisions as ints so min/max won't compare them as strings
Sat, 30 Sep 2017 08:57:50 +0100 Yuya Nishihara templatekw: allow accessing to nested namespace item by its template name
Sat, 30 Sep 2017 08:50:24 +0100 Yuya Nishihara templatekw: get rid of temporary dicts from shownamespaces()
Mon, 18 Sep 2017 23:53:05 +0900 Yuya Nishihara templatekw: rename peerpaths to peerurls per naming convention (BC)
Mon, 18 Sep 2017 23:31:01 +0900 Yuya Nishihara templatekw: make experimental {peerpaths} return a single-level dict (BC)
Mon, 18 Sep 2017 23:49:05 +0900 Yuya Nishihara templatekw: fix scope of peerpath url bound to generator
Sat, 09 Sep 2017 19:32:56 +0900 Yuya Nishihara templater: add dot operator to easily access a sub item
Sat, 09 Sep 2017 19:13:25 +0900 Yuya Nishihara templater: wrap get/min/max result so map operation can apply to element
Sun, 01 Oct 2017 08:37:04 +0100 Yuya Nishihara formatter: fix default list/dict generator to be evaluated more than once
Sun, 24 Apr 2016 18:41:23 +0900 Yuya Nishihara templatekw: add new-style template expansion to {manifest}
Sun, 24 Sep 2017 15:22:46 +0900 Yuya Nishihara templatekw: just pass underlying value (or key) to joinfmt() function
Sun, 24 Sep 2017 12:43:57 +0900 Yuya Nishihara scmutil: extract helper functions that returns human-readable change id
Thu, 17 Aug 2017 18:26:11 +0200 Boris Feld template: add minimal obsfate template function
Mon, 21 Aug 2017 21:35:06 -0700 Sean Farley merge with stable
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
less more (0) -100 -60 tip