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.
status: don't warn about missing files present in base revision (
issue1323)
merge: fix bug going backwards for already reverted files (
issue1303)
churn: generalisation, now it is possible to see statistics grouped by custom template
provide nicer feedback when an unknown node id is passed to a command
Previously, an unknown node id would lead to the following error:
abort: 00changelog.i@
343445453433: no node!
All other unknown revision would instead display as:
abort: unknown revision '
343445453'!
The former error message has been suppressed in favor of the latter.
tests: check for bzr support by importing bzrlib
This is better than starting bzr --version, because it works correctly when
running tests with a non-default Python (version).