-
Committer:
Vincent Ladeuil
-
Date:
2009-07-08 13:36:29 UTC
-
mto:
(4524.1.1 integration)
-
mto:
This revision was merged to the branch mainline in
revision
4525.
-
Revision ID:
v.ladeuil+lp@free.fr-20090708133629-hb2ipu8s13ek0bm7
Take review comments into account.
* bzrlib/tests/intertree_implementations/test_compare.py:
(TestIterChanges.check_has_changes): Test has_changes only if one
the trees is mutable.
* bzrlib/tree.py:
(Tree.has_changes): Moved to MutableTree.
* bzrlib/mutabletree.py:
(MutableTree.has_changes): Moved from Tree as required.