Rev 4753: calling repo.reconcile(thorough=True) seems to fail on all formats. in http://bazaar.launchpad.net/~jameinel/bzr/2.0.6-reconcile-stacked-441125
John Arbash Meinel
john at arbash-meinel.com
Wed Jun 23 21:56:48 BST 2010
At http://bazaar.launchpad.net/~jameinel/bzr/2.0.6-reconcile-stacked-441125
------------------------------------------------------------
revno: 4753
revision-id: john at arbash-meinel.com-20100623205641-0spyysovkb8573kv
parent: john at arbash-meinel.com-20100623205400-bj39ob63mv9ngh2p
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0.6-reconcile-stacked-441125
timestamp: Wed 2010-06-23 15:56:41 -0500
message:
calling repo.reconcile(thorough=True) seems to fail on all formats.
This is unexpected, as I would have thought 1.9 formats would have been fine.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_repository_reference/test_reconcile.py'
--- a/bzrlib/tests/per_repository_reference/test_reconcile.py 2010-06-23 20:54:00 +0000
+++ b/bzrlib/tests/per_repository_reference/test_reconcile.py 2010-06-23 20:56:41 +0000
@@ -46,3 +46,4 @@
self.assertEqual({('b-id', rev_id_feature): ()},
repo.texts._index.get_parent_map([('a-id', rev_id_base),
('b-id', rev_id_feature)]))
+ reconciler = repo.reconcile(thorough=True)
More information about the bazaar-commits
mailing list