-
Committer:
Vincent Ladeuil
-
Date:
2009-03-04 12:58:42 UTC
-
mto:
(3735.28.2 iter-changes)
-
mto:
This revision was merged to the branch mainline in
revision
4280.
-
Revision ID:
v.ladeuil+lp@free.fr-20090304125842-l70762p74t0ljgcw
Create an InterCHKRevisionTree optimiser.
* bzrlib/tree.py:
(InterTree.iter_changes): Remove the CHK specific hack.
* bzrlib/tests/intertree_implementations/__init__.py:
(load_tests): Stay with existing parameters even if we now have a
real intre tree optimizer.
* bzrlib/revisiontree.py:
(InterCHKRevisionTree): Add an inter tree optimizer for trees that
use CHKInventories.
* bzrlib/chk_map.py:
(CHKMap.iter_changes): Fix too long lines.