Thu, 12 Oct 2017 21:48:02 +0900 |
Yuya Nishihara |
help: hide template keywords of obsolescence as they are still experimental
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 21:42:42 +0900 |
Yuya Nishihara |
help: fix formatting of template keywords
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 23:13:46 +0900 |
Yuya Nishihara |
templater: store revisions as ints so min/max won't compare them as strings
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 08:57:50 +0100 |
Yuya Nishihara |
templatekw: allow accessing to nested namespace item by its template name
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 08:50:24 +0100 |
Yuya Nishihara |
templatekw: get rid of temporary dicts from shownamespaces()
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 23:53:05 +0900 |
Yuya Nishihara |
templatekw: rename peerpaths to peerurls per naming convention (BC)
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 23:31:01 +0900 |
Yuya Nishihara |
templatekw: make experimental {peerpaths} return a single-level dict (BC)
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 23:49:05 +0900 |
Yuya Nishihara |
templatekw: fix scope of peerpath url bound to generator
|
file |
diff |
annotate
|
Sat, 09 Sep 2017 19:32:56 +0900 |
Yuya Nishihara |
templater: add dot operator to easily access a sub item
|
file |
diff |
annotate
|
Sat, 09 Sep 2017 19:13:25 +0900 |
Yuya Nishihara |
templater: wrap get/min/max result so map operation can apply to element
|
file |
diff |
annotate
|
Sun, 01 Oct 2017 08:37:04 +0100 |
Yuya Nishihara |
formatter: fix default list/dict generator to be evaluated more than once
|
file |
diff |
annotate
|
Sun, 24 Apr 2016 18:41:23 +0900 |
Yuya Nishihara |
templatekw: add new-style template expansion to {manifest}
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 15:22:46 +0900 |
Yuya Nishihara |
templatekw: just pass underlying value (or key) to joinfmt() function
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 12:43:57 +0900 |
Yuya Nishihara |
scmutil: extract helper functions that returns human-readable change id
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 18:26:11 +0200 |
Boris Feld |
template: add minimal obsfate template function
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 21:35:06 -0700 |
Sean Farley |
merge with stable
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 23:23:55 -0700 |
Martin von Zweigbergk |
templatekw: choose {latesttag} by len(changes), not date (issue5659)
stable
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 10:15:31 -0700 |
Danny Hooper |
log: add a "graphwidth" template variable
|
file |
diff |
annotate
|
Sun, 13 Aug 2017 14:12:28 +0900 |
Yuya Nishihara |
templatekw: specify plural form of instability
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 13:57:19 +0900 |
Yuya Nishihara |
templatekw: rename termwidth() per convention
|
file |
diff |
annotate
|
Thu, 03 Aug 2017 15:30:41 +0200 |
Boris Feld |
label: rename trouble.X into instability.X
|
file |
diff |
annotate
|
Wed, 02 Aug 2017 18:34:39 +0200 |
Boris Feld |
context: rename troubles into instabilities
|
file |
diff |
annotate
|
Wed, 02 Aug 2017 11:32:25 +0200 |
Boris Feld |
template: rename troubles templatekw into instabilities
|
file |
diff |
annotate
|
Sat, 15 Jul 2017 00:38:57 +0900 |
Yuya Nishihara |
templatekw: hide {peerpaths} keyword for 4.3
|
file |
diff |
annotate
|
Thu, 13 Jul 2017 00:35:54 +0900 |
Yuya Nishihara |
templatekw: export ui.paths as {peerpaths}
|
file |
diff |
annotate
|
Mon, 03 Jul 2017 11:22:00 +0200 |
Boris Feld |
template: add successors template
|
file |
diff |
annotate
|
Sat, 24 Jun 2017 14:52:15 -0700 |
Gregory Szorc |
namespaces: record and expose whether namespace is built-in
|
file |
diff |
annotate
|
Sat, 24 Jun 2017 13:39:20 -0700 |
Gregory Szorc |
templatekw: expose color name in {namespaces} entries
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 03:16:16 +0530 |
Pulkit Goyal |
py3: convert kwargs' keys' to str using pycompat.strkwargs()
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 01:29:07 +0530 |
Pulkit Goyal |
py3: use "%d" % val for int rather than pycompat.bytestr
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 02:20:34 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() in place of str()
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 02:13:34 +0530 |
Pulkit Goyal |
py3: use r'' to access values from kwargs where keys are str
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 02:10:25 +0530 |
Pulkit Goyal |
py3: convert keys of kwargs in template keywords functions to bytes
|
file |
diff |
annotate
|
Tue, 20 Jun 2017 23:46:18 +0530 |
Pulkit Goyal |
py3: replace str with bytes in isinstance()
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 13:34:18 +0900 |
Yuya Nishihara |
templatekw: use common "rev:node" format as the default of predecessors
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 13:23:55 +0900 |
Yuya Nishihara |
templatekw: populate all keywords depending on predecessor in map operation
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 13:18:03 +0900 |
Yuya Nishihara |
templatekw: reference predecessor node id as {node} in map operation
|
file |
diff |
annotate
|
Thu, 15 Jun 2017 13:02:58 +0200 |
Boris Feld |
template: add predecessors template
|
file |
diff |
annotate
|
Sat, 03 Jun 2017 19:12:01 +0900 |
Yuya Nishihara |
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
|
file |
diff |
annotate
|
Sat, 03 Jun 2017 18:57:28 +0900 |
Yuya Nishihara |
scmutil: pass ctx object to intrev()
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 21:57:05 +0900 |
Yuya Nishihara |
templatekw: factor out showdict() helper
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 21:47:34 +0900 |
Yuya Nishihara |
templatekw: have showlist() take mapping dict with no **kwargs expansion (API)
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 21:40:38 +0900 |
Yuya Nishihara |
templatekw: change _showlist() to take mapping dict with no **kwargs expansion
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 21:32:32 +0900 |
Yuya Nishihara |
templatekw: rename 'args' to 'mapping' in showlist()
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 21:27:44 +0900 |
Yuya Nishihara |
templatekw: eliminate unnecessary temporary variable 'names' from _showlist()
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 22:28:09 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a dict by _hybrid object
|
file |
diff |
annotate
|
Wed, 05 Apr 2017 22:25:36 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a list by _hybrid object
|
file |
diff |
annotate
|
Wed, 12 Apr 2017 21:10:47 +0900 |
Yuya Nishihara |
templatekw: add default implementation of _hybrid.gen
|
file |
diff |
annotate
|
Tue, 04 Apr 2017 22:31:59 +0900 |
Yuya Nishihara |
templater: make _hybrid provide more list/dict-like methods
|
file |
diff |
annotate
|
Tue, 04 Apr 2017 22:20:06 +0900 |
Yuya Nishihara |
templater: hide private variable of _hybrid
|
file |
diff |
annotate
|
Tue, 04 Apr 2017 22:19:02 +0900 |
Yuya Nishihara |
templater: remove __iter__() from _hybrid, resolve it explicitly
|
file |
diff |
annotate
|
Sun, 24 Apr 2016 19:15:34 +0900 |
Yuya Nishihara |
templater: rewrite doc of _hybrid class as docstring
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 00:10:54 -0400 |
Matt Harbison |
templatekw: clarify the result of {latesttag} when no tag exists
|
file |
diff |
annotate
|
Fri, 22 Apr 2016 21:46:33 +0900 |
Yuya Nishihara |
templater: provide loop counter as "index" keyword
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 10:34:11 +0100 |
Denis Laxalde |
templatekw: add an "obsolete" keyword
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 23:21:30 +0900 |
Yuya Nishihara |
templatekw: make join() escape values of extras (BC) (issue5504)
|
file |
diff |
annotate
|
Sat, 25 Feb 2017 16:38:26 +0900 |
Yuya Nishihara |
templatekw: move defaulttmpl constant from changeset_templater
|
file |
diff |
annotate
|
Tue, 17 Jan 2017 23:12:54 -0500 |
Matt Harbison |
templater: add '{envvars}' to access environment variables
|
file |
diff |
annotate
|
Thu, 12 Jan 2017 21:06:55 +0900 |
Matthieu Laneuville |
templatekw: force noprefix=False to insure diffstat consistency (issue4755)
|
file |
diff |
annotate
|
Fri, 06 Jan 2017 13:50:16 +0100 |
Denis Laxalde |
templatekw: add a "troubles" template keyword
|
file |
diff |
annotate
|