log mercurial/templater.py @ 14609:f53dc0787424

age author description
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
Sun, 17 May 2009 18:17:04 -0500 Matt Mackall templater: replace eval with closure
Sun, 17 May 2009 16:08:47 +0200 Dirkjan Ochtman templater: keep a cache of Python functions for filter expressions
Sun, 17 May 2009 16:06:48 +0200 Dirkjan Ochtman templater: replace regex complexity by simple str containment checks