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)
|