Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10852
templater: raise nested functions
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10851
templater: cache full tree
store the parsed version of subtemplates in higher level parse lists, avoid
run-time cache lookups
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10850
templater: use recursive flattening
This avoids slow list operations compared to the iterative version
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10849
templater: cache self.defaults.get
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10848
templater: privatize class variables
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10847
templater: map -> mapping
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10846
templater: extend preparsing
preparse filters and formats and supply functions to apply
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10845
templater: preparse templates and cache
This breaks templates down into a list of literal and {} groups, with
group types preidentified.
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10844
keywords: build a new templater to work around caching interaction
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10843
templater: directly parse templates, no regexes
Jeff Schiller <codedread@gmail.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10842
logo: clean up source file with scour
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10841
contrib: drop rewrite-revlog
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10840
contrib: drop git-viz
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 05 Apr 2010 20:35:47 +0200] rev 10839
merge with stable
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Mon, 05 Apr 2010 20:10:46 +0200] rev 10838
add a test for the inprocess status dirstate race
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 05 Apr 2010 19:49:19 +0200] rev 10837
merge with stable