Rev 4531: Delete forgotten debug print in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Jul 13 15:37:06 BST 2009
At http://bazaar.launchpad.net/~vila/bzr/integration
------------------------------------------------------------
revno: 4531
revision-id: v.ladeuil+lp at free.fr-20090713143656-viq9hi4qv418eiss
parent: pqm at pqm.ubuntu.com-20090713143155-gtc55thzlq7n04jr
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: integration
timestamp: Mon 2009-07-13 16:36:56 +0200
message:
Delete forgotten debug print
-------------- next part --------------
=== modified file 'bzrlib/tests/per_intertree/test_compare.py'
--- a/bzrlib/tests/per_intertree/test_compare.py 2009-07-10 12:40:36 +0000
+++ b/bzrlib/tests/per_intertree/test_compare.py 2009-07-13 14:36:56 +0000
@@ -370,7 +370,6 @@
def check_has_changes(self, expected, tree1, tree2):
# has_changes is defined for mutable trees only
- print '\nt1, t2: %r, %r' % (type(tree1), type(tree2))
if not isinstance(tree2, mutabletree.MutableTree):
if isinstance(tree1, mutabletree.MutableTree):
# Let's switch the trees since has_changes() is commutative
More information about the bazaar-commits
mailing list