76
80
def test_reconcile_handles_ghosts_in_revhistory(self):
77
81
tree = self.make_branch_and_tree('test')
78
84
tree.set_parent_ids(["spooky"], allow_leftmost_as_ghost=True)
81
87
tree.branch.set_last_revision_info(2, r2)
83
89
reconciler = tree.branch.reconcile()