1005
1005
basis_root_id = basis_tree.get_root_id()
1006
1006
new_root_id = new_basis_tree.get_root_id()
1008
1008
self.set_root_id(new_root_id)
1011
1011
# TODO - dedup parents list with things merged by pull ?
1012
1012
# reuse the revisiontree we merged against to set the new
1015
1018
# we have to pull the merge trees out again, because
1016
1019
# merge_inner has set the ids. - this corner is not yet
1017
1020
# layered well enough to prevent double handling.