log mercurial/templatekw.py @ 36439:02cd2fb6de72

age author description
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
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
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
Sun, 23 Aug 2015 23:22:55 -0400 Matt Harbison templatekw: allow getlatesttags() to match a specific tag pattern
Sat, 26 Sep 2015 12:19:39 +0900 Yuya Nishihara templatekw: hide help of "branches" by DEPRECATED marker
Sat, 26 Sep 2015 12:39:13 +0900 Yuya Nishihara templatekw: remove dockeywords hack
Sat, 26 Sep 2015 12:38:02 +0900 Yuya Nishihara templatekw: port implementation of showparents() from changeset_templater
Sat, 26 Sep 2015 12:32:03 +0900 Yuya Nishihara templatekw: reorder stub of showparents() function
Sat, 12 Sep 2015 00:21:41 +0900 Yuya Nishihara templater: switch ctx of list expression to rev of revset() (BC)
Sat, 08 Aug 2015 20:09:43 -0700 Gregory Szorc templatekw: use absolute_import
Thu, 02 Jul 2015 22:18:21 +0900 Yuya Nishihara templatekw: make {rev} return wdirrev instead of None
Sat, 14 Mar 2015 17:58:18 +0900 Yuya Nishihara templatekw: apply manifest template only if ctx.manifestnode() exists
Mon, 06 Jul 2015 23:23:22 -0400 Matt Harbison templatekw: make {latesttag} a hybrid list
Mon, 06 Jul 2015 23:12:24 -0400 Matt Harbison templatekw: allow the caller of showlist() to specify the join() separator
Fri, 26 Jun 2015 23:11:05 -0400 Matt Harbison templatekw: introduce the changessincelatesttag keyword
Fri, 26 Jun 2015 23:23:10 -0400 Matt Harbison templatekw: use a list of tags in getlatesttags() instead of joining them
Wed, 24 Jun 2015 11:15:00 -0400 Matt Harbison templatekw: correct typo in activebookmark documentation
Mon, 01 Jun 2015 14:47:02 -0500 Matt Mackall merge with stable
Tue, 02 Jun 2015 02:28:33 +0900 FUJIWARA Katsunori templatekw: compare target context and its parent exactly (issue4690) stable 3.4.1
Wed, 15 Apr 2015 09:07:54 -0700 Ryan McElroy templatekw: display active bookmark more consistently (issue4552) (BC)
Thu, 28 May 2015 20:03:42 -0700 Ryan McElroy templatekw: introduce active subkeyword from bookmarks keyword
Wed, 15 Apr 2015 08:12:04 -0700 Ryan McElroy templatekw: introduce activebookmark keyword
Wed, 15 Apr 2015 08:26:01 -0700 Ryan McElroy templatekw: rename variable current to active
Tue, 14 Apr 2015 12:45:15 -0700 Ryan McElroy bookmarks: simplify iscurrent to isactivewdirparent (API)
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Wed, 08 Apr 2015 21:04:06 +0900 Yuya Nishihara templatekw: have {manifest} use ctx.manifestnode() for consistency
Thu, 12 Mar 2015 23:11:15 -0400 Matt Harbison templater: replace 'ctx._repo' with 'ctx.repo()'
Wed, 18 Feb 2015 23:17:52 +0900 Yuya Nishihara templatekw: forward _hybrid.get to raw values so that get(extras, key) works
Wed, 18 Feb 2015 23:01:33 +0900 Yuya Nishihara templater: implement _hybrid.__contains__ so that ifcontains can accept dict
Sun, 08 Mar 2015 14:46:42 +0900 Yuya Nishihara templatekw: keep raw list or dict in _hybrid object
Sun, 08 Mar 2015 14:38:50 +0900 Yuya Nishihara templatekw: give name to lambda that constructs variables map of templater
Sun, 08 Mar 2015 14:17:35 +0900 Yuya Nishihara templatekw: convert list of key/value pairs to sortdict