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