667
679
: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.
672
685
def add_pending_merge(self, *revision_ids):
673
686
# TODO: Perhaps should check at this point that the
674
687
# history of the revision is actually present?
675
688
p = self.pending_merges()
677
691
for rev_id in revision_ids: