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