log mercurial/templatefilters.py @ 15155:f4a8d754cd0a

age author description
Thu, 22 Sep 2011 01:36:01 +0200 Yann E. MORIN templates: add 'bisect' keyword to return a cset's bisect status
Mon, 25 Jul 2011 16:02:42 -0500 Augie Fackler templatefilters: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:30:19 -0500 Augie Fackler globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
Fri, 13 May 2011 12:57:27 -0500 Matt Mackall help: consolidate topic hooks in help.py
Sun, 17 Apr 2011 21:34:25 +0200 Adrian Buehlmann templatefilters: improve person() for john.doe@example.com
Wed, 16 Mar 2011 03:28:56 +0100 timeless templates: provide granularity for future values for age filter
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard help: extract items doc generation function
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: move doc from templates.txt to docstrings
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: wrap all filters in dedicated functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: prefix helper functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort function definitions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: match filter keys and function names
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort filters table
Wed, 22 Sep 2010 00:14:57 +0200 Dan Villiom Podlaski Christiansen templater: add hex filter.
Sun, 15 Aug 2010 17:50:52 +0200 Patrick Mezard templatefilters: unnest uescape() stable