679
681
simpler to use that api. If you have the parent already available, using
682
: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.
684
688
self.set_parent_ids(self.get_parent_ids() + [parent_tuple[0]],
685
689
allow_leftmost_as_ghost=allow_leftmost_as_ghost)