Mon, 05 Apr 2010 00:14:24 +0200 i18n-da: synchronized with 37a5a397f150 stable
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 00:14:24 +0200] rev 10857
i18n-da: synchronized with 37a5a397f150
Mon, 05 Apr 2010 15:25:08 -0500 templates: escape javascript braces
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10856
templates: escape javascript braces
Mon, 05 Apr 2010 15:25:08 -0500 templater: drop \ when handling escaped {
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10855
templater: drop \ when handling escaped {
Mon, 05 Apr 2010 15:25:08 -0500 templater: strip whitespace inside template methods
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10854
templater: strip whitespace inside template methods
Mon, 05 Apr 2010 15:25:08 -0500 templater: drop raw method
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10853
templater: drop raw method
Mon, 05 Apr 2010 15:25:08 -0500 templater: raise nested functions
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10852
templater: raise nested functions
Mon, 05 Apr 2010 15:25:08 -0500 templater: cache full tree
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
Mon, 05 Apr 2010 15:25:08 -0500 templater: use recursive flattening
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
Mon, 05 Apr 2010 15:25:08 -0500 templater: cache self.defaults.get
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10849
templater: cache self.defaults.get
Mon, 05 Apr 2010 15:25:08 -0500 templater: privatize class variables
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10848
templater: privatize class variables
Mon, 05 Apr 2010 15:25:08 -0500 templater: map -> mapping
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 15:25:08 -0500] rev 10847
templater: map -> mapping
Mon, 05 Apr 2010 15:25:08 -0500 templater: extend preparsing
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
Mon, 05 Apr 2010 15:25:08 -0500 templater: preparse templates and cache
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.
Mon, 05 Apr 2010 15:25:08 -0500 keywords: build a new templater to work around caching interaction
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
Mon, 05 Apr 2010 14:33:41 -0500 templater: directly parse templates, no regexes
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10843
templater: directly parse templates, no regexes
Mon, 05 Apr 2010 14:33:41 -0500 logo: clean up source file with scour
Jeff Schiller <codedread@gmail.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10842
logo: clean up source file with scour
Mon, 05 Apr 2010 14:33:41 -0500 contrib: drop rewrite-revlog
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10841
contrib: drop rewrite-revlog
Mon, 05 Apr 2010 14:33:41 -0500 contrib: drop git-viz
Matt Mackall <mpm@selenic.com> [Mon, 05 Apr 2010 14:33:41 -0500] rev 10840
contrib: drop git-viz
Mon, 05 Apr 2010 20:35:47 +0200 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 05 Apr 2010 20:35:47 +0200] rev 10839
merge with stable
Mon, 05 Apr 2010 20:10:46 +0200 add a test for the inprocess status dirstate race 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
Mon, 05 Apr 2010 19:49:19 +0200 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 05 Apr 2010 19:49:19 +0200] rev 10837
merge with stable
Mon, 05 Apr 2010 18:13:20 +0200 dirstate: fix in memory dirstate entries for 1-second race stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 05 Apr 2010 18:13:20 +0200] rev 10836
dirstate: fix in memory dirstate entries for 1-second race Only the on-disk file was modified, we need to modify the in-memory dirstate as well.
Mon, 05 Apr 2010 13:44:30 +0200 commands: leftover from d7b601f1e02c
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 13:44:30 +0200] rev 10835
commands: leftover from d7b601f1e02c
Mon, 05 Apr 2010 11:58:54 +0200 commands: small refactoring in summary
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 11:58:54 +0200] rev 10834
commands: small refactoring in summary
Mon, 05 Apr 2010 11:52:40 +0200 commands: retrieve tags from context object
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 11:52:40 +0200] rev 10833
commands: retrieve tags from context object
Sun, 04 Apr 2010 21:35:00 -0400 summary: make use of output labeling
Eric Eisner <ede@mit.edu> [Sun, 04 Apr 2010 21:35:00 -0400] rev 10832
summary: make use of output labeling The individual pieces of information use the same labels as the commands they summarize for better cohesion of commands.
Sun, 04 Apr 2010 22:53:50 -0500 color: concatenate effects correctly and avoid printing empty effects
Brodie Rao <brodie@bitheap.org> [Sun, 04 Apr 2010 22:53:50 -0500] rev 10831
color: concatenate effects correctly and avoid printing empty effects
Mon, 05 Apr 2010 01:31:16 +0200 commands: fix typo
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 01:31:16 +0200] rev 10830
commands: fix typo
Mon, 05 Apr 2010 01:00:14 +0200 cmdutil: do not translate trivial string
Martin Geisler <mg@lazybytes.net> [Mon, 05 Apr 2010 01:00:14 +0200] rev 10829
cmdutil: do not translate trivial string
Sun, 04 Apr 2010 02:39:45 +0200 wix: refactor and new guids.wxi
Adrian Buehlmann <adrian@cadifra.com> [Sun, 04 Apr 2010 02:39:45 +0200] rev 10828
wix: refactor and new guids.wxi
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip