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
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 02:26:48 -0700 |
Simon Farnsworth |
template: provide a termwidth keyword (issue5395)
|
file |
diff |
annotate
|
Sat, 23 Jul 2016 13:08:43 +0900 |
Yuya Nishihara |
templatekw: change joinfmt to a mandatory argument of _hybrid object
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 22:12:12 +0900 |
Yuya Nishihara |
templatekw: fix join format of parents keyword (issue5292)
stable
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 22:00:46 +0900 |
Yuya Nishihara |
templatekw: fix join format of revset() function
stable
|
file |
diff |
annotate
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
templatekw: use templatekeyword to mark a function as template keyword
|
file |
diff |
annotate
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
registrar: add templatekeyword to mark a function as template keyword (API)
|
file |
diff |
annotate
|
Fri, 12 Feb 2016 19:16:09 +0900 |
Yuya Nishihara |
templatekw: switch ctx of list expression to rev of {parents} (BC)
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 20:21:37 +0900 |
Yuya Nishihara |
templatekw: workaround for utf-8 round-trip of {desc}
|
file |
diff |
annotate
|
Fri, 12 Feb 2016 18:39:48 +0900 |
Yuya Nishihara |
templater: factor out type conversion of revset() result
|
file |
diff |
annotate
|
Fri, 12 Feb 2016 18:08:53 +0900 |
Yuya Nishihara |
templater: evaluate each item of revset() as integer revision
|
file |
diff |
annotate
|
Tue, 12 Jan 2016 23:56:48 +0900 |
Yuya Nishihara |
templatekw: add {namespaces} keyword
|
file |
diff |
annotate
|
Tue, 12 Jan 2016 23:53:56 +0900 |
Yuya Nishihara |
templatekw: move shownames() helper to be sorted alphabetically
|
file |
diff |
annotate
|
Sat, 16 Jan 2016 13:42:37 +0900 |
Yuya Nishihara |
templater: make _hybrid not callable to avoid conflicting semantics
|
file |
diff |
annotate
|
Sat, 14 Nov 2015 17:02:57 +0900 |
Yuya Nishihara |
templatekw: avoid slow creation of changectx objects in showgraphnode()
|
file |
diff |
annotate
|
Sat, 14 Nov 2015 16:58:18 +0900 |
Yuya Nishihara |
graphlog: extract "graphnode" template keyword that represents node symbol
|
file |
diff |
annotate
|
Mon, 24 Aug 2015 23:30:17 -0400 |
Matt Harbison |
templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword
|
file |
diff |
annotate
|
Mon, 24 Aug 2015 23:07:00 -0400 |
Matt Harbison |
templatekw: introduce showlatesttags() to handle {latesttag} keywords
|
file |
diff |
annotate
|
Mon, 05 Oct 2015 21:11:50 -0400 |
Matt Harbison |
templatekw: factor out the changessincetag calculation to a private method
|
file |
diff |
annotate
|
Sun, 23 Aug 2015 23:22:55 -0400 |
Matt Harbison |
templatekw: allow getlatesttags() to match a specific tag pattern
|
file |
diff |
annotate
|
Sat, 26 Sep 2015 12:19:39 +0900 |
Yuya Nishihara |
templatekw: hide help of "branches" by DEPRECATED marker
|
file |
diff |
annotate
|
Sat, 26 Sep 2015 12:39:13 +0900 |
Yuya Nishihara |
templatekw: remove dockeywords hack
|
file |
diff |
annotate
|
Sat, 26 Sep 2015 12:38:02 +0900 |
Yuya Nishihara |
templatekw: port implementation of showparents() from changeset_templater
|
file |
diff |
annotate
|
Sat, 26 Sep 2015 12:32:03 +0900 |
Yuya Nishihara |
templatekw: reorder stub of showparents() function
|
file |
diff |
annotate
|
Sat, 12 Sep 2015 00:21:41 +0900 |
Yuya Nishihara |
templater: switch ctx of list expression to rev of revset() (BC)
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 20:09:43 -0700 |
Gregory Szorc |
templatekw: use absolute_import
|
file |
diff |
annotate
|
Thu, 02 Jul 2015 22:18:21 +0900 |
Yuya Nishihara |
templatekw: make {rev} return wdirrev instead of None
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:58:18 +0900 |
Yuya Nishihara |
templatekw: apply manifest template only if ctx.manifestnode() exists
|
file |
diff |
annotate
|
Mon, 06 Jul 2015 23:23:22 -0400 |
Matt Harbison |
templatekw: make {latesttag} a hybrid list
|
file |
diff |
annotate
|
Mon, 06 Jul 2015 23:12:24 -0400 |
Matt Harbison |
templatekw: allow the caller of showlist() to specify the join() separator
|
file |
diff |
annotate
|
Fri, 26 Jun 2015 23:11:05 -0400 |
Matt Harbison |
templatekw: introduce the changessincelatesttag keyword
|
file |
diff |
annotate
|
Fri, 26 Jun 2015 23:23:10 -0400 |
Matt Harbison |
templatekw: use a list of tags in getlatesttags() instead of joining them
|
file |
diff |
annotate
|
Wed, 24 Jun 2015 11:15:00 -0400 |
Matt Harbison |
templatekw: correct typo in activebookmark documentation
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 14:47:02 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 02 Jun 2015 02:28:33 +0900 |
FUJIWARA Katsunori |
templatekw: compare target context and its parent exactly (issue4690)
stable 3.4.1
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 09:07:54 -0700 |
Ryan McElroy |
templatekw: display active bookmark more consistently (issue4552) (BC)
|
file |
diff |
annotate
|
Thu, 28 May 2015 20:03:42 -0700 |
Ryan McElroy |
templatekw: introduce active subkeyword from bookmarks keyword
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 08:12:04 -0700 |
Ryan McElroy |
templatekw: introduce activebookmark keyword
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 08:26:01 -0700 |
Ryan McElroy |
templatekw: rename variable current to active
|
file |
diff |
annotate
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
file |
diff |
annotate
|