mercurial/templater.py
Sun, 05 Jul 2015 12:02:13 +0900 Yuya Nishihara parser: separate actions for primary expression and prefix operator
Sun, 05 Jul 2015 11:17:22 +0900 Yuya Nishihara parser: fill invalid infix and suffix actions by None
Sun, 05 Jul 2015 11:06:58 +0900 Yuya Nishihara parser: add comment about structure of elements to each table
Sat, 20 Jun 2015 18:24:11 +0900 Yuya Nishihara templater: unify "string" and "rawstring"
Sun, 21 Jun 2015 13:28:21 +0900 Yuya Nishihara templater: remove processing of "string" literals from tokenizer
Mon, 15 Jun 2015 23:11:35 +0900 Yuya Nishihara templater: introduce one-pass parsing of nested template strings
Mon, 15 Jun 2015 23:03:30 +0900 Yuya Nishihara templater: check existence of closing brace of template string
Mon, 15 Jun 2015 22:55:34 +0900 Yuya Nishihara templater: extract function that parses template string
Mon, 15 Jun 2015 23:00:42 +0900 Yuya Nishihara templater: respect stop position while parsing template string
Sat, 27 Jun 2015 15:28:46 +0900 Yuya Nishihara templater: remove workaround for escaped quoted string in quoted template
Wed, 01 Jul 2015 16:33:31 -0500 Matt Mackall merge with stable
Thu, 25 Jun 2015 22:07:38 +0900 Yuya Nishihara templater: parse \"...\" as string for 2.9.2-3.4 compatibility (issue4733) stable
Wed, 24 Jun 2015 13:41:27 -0500 Matt Mackall merge with stable
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sun, 21 Jun 2015 00:49:26 +0900 Yuya Nishihara parser: accept iterator of tokens instead of tokenizer function and program
Sun, 21 Jun 2015 13:24:43 +0900 Yuya Nishihara templater: fix handling of \-escapes in raw string literals stable
Sat, 20 Jun 2015 23:13:34 +0900 Yuya Nishihara templater: evaluate "query" argument passed to revset() stable
Tue, 16 Jun 2015 22:13:19 +0900 Yuya Nishihara templater: comment that gettemplate() has different name resolution order
Sat, 13 Jun 2015 20:23:52 +0900 Yuya Nishihara templater: drop strtoken argument from compiletemplate()
Wed, 10 Jun 2015 21:44:43 +0900 Yuya Nishihara templater: do not reevaluate rawstring as template (BC)
Sat, 13 Jun 2015 19:49:54 +0900 Yuya Nishihara templater: take any string literals as template, but not for rawstring (BC)
Sat, 13 Jun 2015 00:15:22 +0900 Yuya Nishihara templater: move runtemplate function out of buildmap/runmap pair
Mon, 15 Jun 2015 13:31:22 -0500 Matt Mackall merge with stable
Sat, 13 Jun 2015 20:14:22 +0900 Yuya Nishihara templater: evaluate arguments passed to diff() appropriately stable
Mon, 08 Jun 2015 18:48:45 +0900 Yuya Nishihara templater: make pad function evaluate both string and rawstring templates
Tue, 09 Jun 2015 13:21:20 -0500 Matt Mackall merge with stable
Sat, 04 Apr 2015 01:03:52 -0700 Ryan McElroy templater: introduce indent function
Mon, 08 Jun 2015 18:14:22 +0900 Yuya Nishihara templater: do not preprocess template string in "if" expression (issue4714) stable
Fri, 15 May 2015 09:07:27 -0400 Jordi GutiƩrrez Hermoso templater: look for mapfiles in template paths
Sat, 02 May 2015 15:49:38 +0900 Yuya Nishihara templater: update error message of invalid number passed to word() function
Fri, 01 May 2015 20:43:55 +0900 Yuya Nishihara templater: tokenize decimal integer literal (issue4638) (BC)
Sat, 02 May 2015 18:05:04 +0900 Yuya Nishihara templater: switch methods table on compileexp() of func args and inner expr
Mon, 04 May 2015 10:03:13 +0900 Yuya Nishihara templater: rename parsestring() to unquotestring() (API)
Mon, 04 May 2015 10:01:03 +0900 Yuya Nishihara templater: remove noop calls of parsestring(s, quoted=False) (API)
Fri, 08 May 2015 18:11:26 +0900 Yuya Nishihara templater: strip single backslash before quotation mark in quoted template
Mon, 04 May 2015 10:17:34 +0900 Yuya Nishihara templater: strictly parse leading backslashes of '{' (issue4569) (BC) stable
Mon, 04 May 2015 09:54:01 +0900 Yuya Nishihara templater: do not process \-escapes at parsestring() (issue4290) stable
Sun, 03 May 2015 17:33:14 +0900 Yuya Nishihara templater: fix crash by passing invalid object to date() function stable
Thu, 30 Apr 2015 12:33:36 -0700 Ryan McElroy templater: fail more gracefully for blank strings to word stable
Fri, 03 Apr 2015 21:36:39 +0900 Yuya Nishihara templater: tell hggettext to collect help of template functions
Wed, 01 Apr 2015 20:19:43 -0700 Gregory Szorc templater: add consistent docstrings to functions
Thu, 12 Mar 2015 23:11:15 -0400 Matt Harbison templater: replace 'ctx._repo' with 'ctx.repo()'
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 13 Mar 2015 17:55:04 -0500 Matt Mackall merge with stable
Fri, 13 Mar 2015 21:18:59 +0900 Yuya Nishihara hgweb: prevent loading style map from directories other than specified paths stable
Tue, 24 Feb 2015 00:04:55 +0900 Yuya Nishihara templater: allow piping generator-type function output to filters
Wed, 18 Feb 2015 23:01:33 +0900 Yuya Nishihara templater: implement _hybrid.__contains__ so that ifcontains can accept dict
Mon, 02 Feb 2015 22:21:07 +0900 Yuya Nishihara revset: make match function initiate query from full set by default
Mon, 03 Nov 2014 12:08:03 -0500 Matt Harbison templater: don't overwrite the keyword mapping in runsymbol() (issue4362) stable
Sat, 01 Nov 2014 02:43:08 +0900 FUJIWARA Katsunori i18n: add i18n comment to error messages of template functions stable
Fri, 10 Oct 2014 12:15:46 -0500 Matt Mackall merge with stable
Fri, 10 Oct 2014 11:38:00 -0500 Matt Mackall templater: fix ifcontains when list is a string (issue4399) stable
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: don't search randomly for templates - trust util.datapath
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: inline global 'path' list in templatepaths
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: introduce templatepaths for getting paths searched for templates
Sun, 28 Sep 2014 16:57:06 +0200 Mads Kiilerich util: introduce datapath for getting the location of supporting data files
Thu, 28 Aug 2014 22:45:36 +0900 FUJIWARA Katsunori templater: add "diff" template function
Sat, 23 Aug 2014 21:23:02 +0900 FUJIWARA Katsunori templater: enable alias predicates to be used in "revset()" function
Fri, 01 Aug 2014 02:14:24 +0900 FUJIWARA Katsunori templater: add i18n comments to error messages of newly added functions stable
Thu, 12 Jun 2014 18:02:23 -0700 Ryan McElroy templater: introduce word function
less more (0) -100 -60 tip