654
654
self.set_parent_ids(self.get_parent_ids() + [revision_id])
666
:param parent_tuple: The (revision id, tree) to add to the parent list. If the revision_id is a ghost, pass None for the tree.
657
671
def add_pending_merge(self, *revision_ids):
658
672
# TODO: Perhaps should check at this point that the
659
673
# history of the revision is actually present?