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