655
655
self.set_parent_ids(self.get_parent_ids() + [revision_id])
667
: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.
658
672
def add_pending_merge(self, *revision_ids):
659
673
# TODO: Perhaps should check at this point that the
660
674
# history of the revision is actually present?