51
52
t = bzrdir.BzrDir.create_standalone_workingtree('.')
52
53
# an empty inventory with no revision will trigger reconciliation.
53
54
repo = t.branch.repository
55
56
repo.add_inventory('missing', inv, [])
56
57
(out, err) = self.run_bzr_captured(['reconcile'])
57
58
self.assertEqualDiff(out, "Reconciling repository %s\n"