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
|
Thu, 12 Jun 2014 18:07:21 -0700 |
Ryan McElroy |
templater: add symbol to error
|
Thu, 12 Jun 2014 17:53:37 -0700 |
Ryan McElroy |
templater: introduce startswith function
|
Mon, 23 Jun 2014 09:24:56 -0400 |
Augie Fackler |
templater: restore use of callable() since it was readded in Python 3.2
|
Fri, 23 May 2014 16:25:55 -0700 |
Durham Goode |
templates: fix ifcontains against sets with length > 1 (issue4259)
stable
|
Mon, 31 Mar 2014 10:12:07 -0500 |
Kevin Bullock |
merge with stable
|
Thu, 27 Mar 2014 17:21:27 -0500 |
Sean Farley |
templater: raise error for unknown func
stable
|
Tue, 11 Mar 2014 16:19:08 -0500 |
Matt Mackall |
merge with stable
|
Mon, 10 Mar 2014 01:01:43 +0900 |
FUJIWARA Katsunori |
templater: make strings in template expressions be "string-escape"-ed correctly
stable
|
Mon, 10 Mar 2014 01:01:43 +0900 |
FUJIWARA Katsunori |
templater: apply "stringify()" on sub expression to get string correctly
stable
|
Mon, 10 Mar 2014 01:01:42 +0900 |
FUJIWARA Katsunori |
templater: avoid recursive evaluation of string literals completely
stable
|
Thu, 20 Feb 2014 00:46:13 -0600 |
Sean Farley |
templater: shorten pure integers
|
Tue, 11 Feb 2014 21:04:12 -0800 |
Durham Goode |
template: add revset() template function
|
Tue, 11 Feb 2014 21:10:00 -0800 |
Durham Goode |
template: add ifcontains template function
|
Wed, 05 Feb 2014 20:22:28 -0800 |
Durham Goode |
template: fix shortest(node) function in pure mercurial
|
Fri, 17 Jan 2014 00:16:48 -0800 |
Durham Goode |
template: add pad function for padding output
|
Fri, 17 Jan 2014 00:10:37 -0800 |
Durham Goode |
template: add shortest(node) template function
|
Thu, 23 Jan 2014 01:29:50 +0100 |
Simon Heimberg |
templater: selecting a style with no templates does not crash (issue4140)
stable
|
Mon, 18 Nov 2013 15:37:09 -0500 |
Matt Mackall |
templater: only recursively evaluate string literals as templates (issue4103)
stable
|
Mon, 18 Nov 2013 14:02:26 -0500 |
Matt Mackall |
templater: fix escaping in nested string literals (issue4102)
stable
|
Sun, 22 Sep 2013 13:52:18 +0400 |
Alexander Plavin |
templater: support using templates with non-standard names from map file
|
Sat, 29 Jun 2013 14:27:53 +0400 |
Alexander Plavin |
templater: sort functions alphabetically, as filters are
|
Tue, 25 Jun 2013 21:02:22 +0400 |
Alexander Plavin |
templater: add strip function with chars as an extra argument
|
Thu, 18 Apr 2013 15:48:22 -0500 |
Sean Farley |
templater: add indentation arguments to the fill function
|
Wed, 10 Apr 2013 18:56:38 -0500 |
Sean Farley |
templater: move templatefilters.func into the same place as the other funcs
|
Thu, 02 May 2013 20:41:22 -0500 |
Augie Fackler |
templater: fix output instability from gsoc patches
|
Thu, 02 May 2013 20:23:14 -0500 |
Iulian Stana |
templater: show the style list when I try to use a wrong one
|
Mon, 22 Apr 2013 12:27:56 +0400 |
Alexander Plavin |
hgweb: make help verbose again (issue3899)
stable
|
Wed, 10 Apr 2013 19:27:49 -0500 |
Sean Farley |
template: call runtemplate on the src argument to sub
|
Tue, 16 Apr 2013 09:44:29 -0500 |
Matt Mackall |
templatekw: add default styles for hybrid types (issue3887)
|
Tue, 09 Apr 2013 21:38:08 -0700 |
Brendan Cully |
templater: back out 0615b22da148, it breaks schemes ({1})
|
Mon, 08 Apr 2013 15:04:17 -0700 |
Bryan O'Sullivan |
templater: fix check-code error
|
Sun, 07 Apr 2013 23:25:50 -0700 |
Brendan Cully |
template: allow unquoted int function arguments
|
Sat, 09 Feb 2013 21:51:21 +0000 |
Dan Villiom Podlaski Christiansen |
hgweb: generate HTML documentation
|
Fri, 08 Feb 2013 23:49:14 +0100 |
Benoit Boissinot |
templater: add get() function to access dict element (e.g. extra)
|
Sat, 22 Dec 2012 21:46:26 -0600 |
Sean Farley |
templater: add no-op template function 'label'
|
Mon, 12 Nov 2012 14:05:39 -0800 |
Weiwen |
hgweb: display diff for a changeset against any parents (issue2810)
|
Wed, 28 Nov 2012 14:55:42 -0800 |
Weiwen |
template engine: convert generator-based iterator to list-based iterator
|
Wed, 31 Oct 2012 03:59:27 +0900 |
FUJIWARA Katsunori |
i18n: add "i18n" comment to error messages of template functions
stable
|
Mon, 08 Oct 2012 16:21:24 -0500 |
Matt Mackall |
templater: drop redundant return in _flatten
|
Mon, 24 Sep 2012 15:28:04 -0500 |
Matt Mackall |
templater: pull in functions defined in templatefilters
|
Mon, 24 Sep 2012 15:26:56 -0500 |
Matt Mackall |
templater: add if/ifeq conditionals
|
Mon, 24 Sep 2012 15:26:17 -0500 |
Matt Mackall |
templater: add sub() function
|
Mon, 24 Sep 2012 15:24:27 -0500 |
Matt Mackall |
templater: correctly deal with r"" strings
|
Sat, 22 Sep 2012 13:04:36 -0500 |
Matt Mackall |
template: add join function
|
Sat, 22 Sep 2012 13:02:33 -0500 |
Matt Mackall |
templater: factor out runtemplate method
|
Fri, 21 Sep 2012 18:54:00 -0500 |
Matt Mackall |
templating: make new-style templating features work with command line lists
|
Fri, 17 Aug 2012 15:12:01 -0700 |
Neil Kodner |
templater: abort when a template filter raises an exception (issue2987)
|
Sat, 04 Aug 2012 14:37:17 +0200 |
Ross Lagerwall |
templater: handle a missing value correctly
stable
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Mon, 25 Jul 2011 15:30:19 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
Mon, 25 Jul 2011 16:14:02 -0500 |
Augie Fackler |
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
|
Sat, 23 Jul 2011 14:33:35 -0500 |
Matt Mackall |
templater: use a global funcs table
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
|
Wed, 22 Dec 2010 13:16:03 -0600 |
Matt Mackall |
templater: clarify engine caching
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: use the parser.py parser to extend the templater syntax
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: give slightly nicer error for unknown map entries
|
Thu, 18 Nov 2010 19:52:58 -0200 |
Wagner Bruna |
templater: fix variable name
stable
|
Tue, 21 Sep 2010 23:55:32 +0200 |
Dan Villiom Podlaski Christiansen |
templater: add a few comments.
|
Tue, 08 Jun 2010 09:30:45 +0200 |
Dirkjan Ochtman |
cleanups: undefined variables
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: drop \ when handling escaped {
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: strip whitespace inside template methods
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: drop raw method
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: raise nested functions
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: use recursive flattening
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: cache self.defaults.get
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: privatize class variables
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: map -> mapping
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: extend preparsing
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: preparse templates and cache
|
Mon, 05 Apr 2010 14:33:41 -0500 |
Matt Mackall |
templater: directly parse templates, no regexes
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
Make {file_copies} usable as a --template key
|
Thu, 12 Nov 2009 16:39:11 +0100 |
Dirkjan Ochtman |
hgweb: don't choke when an inexistent style is requested (issue1901)
|
Thu, 20 Aug 2009 10:41:56 +0200 |
Dirkjan Ochtman |
templater: remove support for ## template variables
|
Sun, 17 May 2009 16:25:48 +0200 |
Martin Geisler |
templater: lowercase error message
|