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