Tue, 30 Sep 2008 17:23:08 -0400 Eliminate normpath from foldmap calls.
Petr Kodl <petrkodl@gmail.com> [Tue, 30 Sep 2008 17:23:08 -0400] rev 7069
Eliminate normpath from foldmap calls. Normcase already takes care of upper/lower case and /->\ conversions. What's left for normpath is folding of a/../a sequences but this should be either done consistently on both non-folding and folding code path or not at all, otherwise we are introducing inconsistent behavior between the two that has nothing to do with case folding. Second argument against it - normpath being pure Python function is very slow - as much as 50% of time is spend just inside normpath call on my repository.
Tue, 30 Sep 2008 17:23:08 -0400 issue 1286: dirstat regression on case folding systems
Petr Kodl <petrkodl@gmail.com> [Tue, 30 Sep 2008 17:23:08 -0400] rev 7068
issue 1286: dirstat regression on case folding systems This patch fixes regression reported in 1286 that causes util.fspath to be called for every file not in current manifest - including ignored files. The regression is quite severe - the time for simple hg st goes from 5s to 1m38s on one of my source trees - which basically renders mercurial useless.
Wed, 08 Oct 2008 16:22:10 -0500 status: don't warn about missing files present in base revision (issue1323)
Matt Mackall <mpm@selenic.com> [Wed, 08 Oct 2008 16:22:10 -0500] rev 7067
status: don't warn about missing files present in base revision (issue1323)
Wed, 08 Oct 2008 16:22:08 -0500 merge: fix bug going backwards for already reverted files (issue1303)
Matt Mackall <mpm@selenic.com> [Wed, 08 Oct 2008 16:22:08 -0500] rev 7066
merge: fix bug going backwards for already reverted files (issue1303)
Fri, 03 Oct 2008 00:07:38 +0300 churn: generalisation, now it is possible to see statistics grouped by custom template
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 03 Oct 2008 00:07:38 +0300] rev 7065
churn: generalisation, now it is possible to see statistics grouped by custom template
Mon, 06 Oct 2008 13:51:36 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 06 Oct 2008 13:51:36 +0200] rev 7064
Merge with crew-stable
(0) -3000 -1000 -300 -100 -30 -10 -6 +6 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip