2224
2224
parent_trees = [(self.branch.last_revision(), to_tree)]
2225
2225
merges = self.get_parent_ids()[1:]
2226
2226
# Ideally we ask the tree for the trees here, that way the working
2228
2228
# lazy initialised tree. dirstate for instance will have the trees
2229
2229
# in ram already, whereas a last-revision + basis-inventory tree
2230
2230
# will not, but also does not need them when setting parents.