log mercurial/templatefilters.py @ 20137:9f1d4323c749

age author description
Wed, 09 Oct 2013 14:15:34 -0700 Matt Mackall merge with stable
Wed, 09 Oct 2013 11:50:19 -0700 Matt Mackall json: add more paranoid escaping stable
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Tue, 17 Sep 2013 17:42:13 +0200 David Soria Parra templatefilters: add short format for age formatting
Fri, 19 Jul 2013 12:58:30 -0500 Matt Mackall template: fix tabindent docstring (issue2880) stable
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, 28 Feb 2013 14:51:59 +0100 Mads Kiilerich merge with stable
Thu, 28 Feb 2013 13:55:00 +0100 Mads Kiilerich templatefilters: add missing import of _ stable
Fri, 08 Feb 2013 18:05:32 +0100 Angel Ezquerra hgweb: add websub template filter
Mon, 15 Oct 2012 09:43:34 -0700 Siddharth Agarwal hgweb: make the escape filter remove null characters (issue2567)
Fri, 10 Aug 2012 20:37:20 +0100 Christian Ebert templatefilters: avoid traceback caused by bogus date input (issue3344)
Mon, 24 Sep 2012 15:54:45 -0500 Matt Mackall templatefilters: add parameterized date method
Mon, 24 Sep 2012 15:54:44 -0500 Matt Mackall templatefilters: add parameterized fill function
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"