Tue, 03 May 2016 09:49:54 -0700 |
Martin von Zweigbergk |
templater: add separate() template function
|
file |
diff |
annotate
|
Sun, 27 Mar 2016 20:59:36 +0900 |
Yuya Nishihara |
templater: load and expand aliases by template engine (API) (issue4842)
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 13:23:40 +0900 |
Yuya Nishihara |
templater: inline compiletemplate() function into engine
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:18:30 +0900 |
Yuya Nishihara |
templater: extract function that loads template map file
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:22:43 +0900 |
Yuya Nishihara |
templater: demote "base" directory of map file to local variable
|
file |
diff |
annotate
|
Sun, 27 Mar 2016 20:31:56 +0900 |
Yuya Nishihara |
templater: add parsing and expansion rules to process "templatealias" section
|
file |
diff |
annotate
|
Sun, 27 Mar 2016 20:29:03 +0900 |
Yuya Nishihara |
templater: add function to parse whole string as template expression
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 11:23:31 +0900 |
Yuya Nishihara |
templater: drop deprecated handling of KeyError from changeset_templater
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 11:20:50 +0900 |
Yuya Nishihara |
templater: give better error message for invalid engine type
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
templater: use templatefunc to mark a function as template function
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
registrar: add templatefunc to mark a function as template function (API)
|
file |
diff |
annotate
|
Sun, 27 Mar 2016 17:42:19 +0900 |
Yuya Nishihara |
templater: do not strip non-quote characters from template config
|
file |
diff |
annotate
|
Sat, 26 Mar 2016 18:12:12 +0900 |
Yuya Nishihara |
templater: relax unquotestring() to fall back to bare string
|
file |
diff |
annotate
|
Sat, 26 Mar 2016 18:01:04 +0900 |
Yuya Nishihara |
templater: do not abuse SyntaxError to report errors in template map file
|
file |
diff |
annotate
|
Sat, 13 Feb 2016 23:20:47 +0900 |
Yuya Nishihara |
templater: expand list of parsed templates to template node
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 15:42:49 +0900 |
Yuya Nishihara |
templater: relax type of mapped template
|
file |
diff |
annotate
|
Sat, 13 Feb 2016 23:54:24 +0900 |
Yuya Nishihara |
templater: lift parsed and compiled templates to generic data types
|
file |
diff |
annotate
|
Wed, 09 Mar 2016 23:59:26 +0900 |
Yuya Nishihara |
templater: make label() just fail if ui object isn't available
|
file |
diff |
annotate
|
Wed, 02 Mar 2016 05:27:07 +0000 |
timeless |
templater: ignore orig/rej files
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 04:08:33 -0800 |
Kostia Balytskyi |
formatter: make labels work with templated output
|
file |
diff |
annotate
|
Thu, 11 Jun 2015 23:04:14 +0900 |
Yuya Nishihara |
templater: move label() function from color extension
|
file |
diff |
annotate
|
Thu, 11 Jun 2015 22:58:27 +0900 |
Yuya Nishihara |
templater: make label() take unknown symbol as color literal
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 13:58:46 +0900 |
Yuya Nishihara |
templater: handle exception when applying map operator to non-iterable object
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 13:30:32 +0900 |
Yuya Nishihara |
templater: factor out thin helper that evaluates argument as string
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 13:09:17 +0900 |
Yuya Nishihara |
templater: fix shortest() to evaluate int argument and handle error
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 13:05:09 +0900 |
Yuya Nishihara |
templater: fix pad() to evaluate int argument and handle error
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 12:48:14 +0900 |
Yuya Nishihara |
templater: drop redundant type conversion when evaluating integer argument
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 12:42:25 +0900 |
Yuya Nishihara |
templater: factor out function that evaluates argument as integer
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 13:36:50 +0900 |
Yuya Nishihara |
templater: make date() use helper function to evaluate argument
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 00:27:09 +0900 |
Yuya Nishihara |
templater: fix revset() to evaluate format arguments eagerly
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 00:18:12 +0900 |
Yuya Nishihara |
templater: fix ifcontains() to evaluate items argument eagerly
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 00:05:58 +0900 |
Yuya Nishihara |
templater: fix get() to evaluate arguments eagerly
|
file |
diff |
annotate
|
Wed, 24 Feb 2016 19:31:55 +0000 |
Kostia Balytskyi |
templater: fix list templating bug
|
file |
diff |
annotate
|
Fri, 12 Feb 2016 18:39:48 +0900 |
Yuya Nishihara |
templater: factor out type conversion of revset() result
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 23:41:29 +0900 |
Yuya Nishihara |
templater: abort if infinite recursion detected while compiling
stable
|
file |
diff |
annotate
|
Wed, 22 Jul 2015 23:29:41 +0900 |
Yuya Nishihara |
templater: abort if infinite recursion detected while evaluation (issue4758)
stable
|
file |
diff |
annotate
|
Sat, 16 Jan 2016 13:53:32 +0900 |
Yuya Nishihara |
templater: make get(dict, key) return a single value
|
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
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
file |
diff |
annotate
|
Mon, 30 Nov 2015 19:30:16 +0000 |
timeless |
grammar: favor zero, one, two over ... or no
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 17:44:22 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 23:24:38 +0900 |
Yuya Nishihara |
templater: do not pre-evaluate generator keyword at runsymbol (issue4868)
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 13:44:48 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 05 Oct 2015 12:37:26 -0400 |
Matt Harbison |
templater: protect word() from crashing on out of range negative value
stable
|
file |
diff |
annotate
|
Sun, 23 Aug 2015 23:44:58 -0400 |
Matt Harbison |
templater: introduce {latesttag()} function to match a pattern (issue4184)
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:07:09 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:06:41 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:06:10 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:05:21 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:04:58 -0700 |
Pierre-Yves David |
templater: remove a mutable default argument
|
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
|
Thu, 10 Sep 2015 23:25:10 +0900 |
Yuya Nishihara |
parser: move unescape helper from templater
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 14:43:45 -0700 |
Matt Mackall |
templater: create string unescape helper (issue4798)
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 17:50:55 -0400 |
timeless |
templater: fix get English
|
file |
diff |
annotate
|
Mon, 07 Sep 2015 21:58:17 +0900 |
Yuya Nishihara |
templater: catch regexp error at sub() function
|
file |
diff |
annotate
|
Tue, 18 Aug 2015 22:15:46 +0900 |
Yuya Nishihara |
templater: add optional timezone argument to localdate()
|
file |
diff |
annotate
|
Tue, 01 Sep 2015 19:15:16 +0900 |
Yuya Nishihara |
templater: port localdate filter to a function
|
file |
diff |
annotate
|
Tue, 01 Sep 2015 19:04:10 +0900 |
Yuya Nishihara |
templater: drop unneeded destructuring of argument tuple at buildfilter
|
file |
diff |
annotate
|