579
578
def search_missing_revision_ids(self, other,
581
579
find_ghosts=True, revision_ids=None, if_present_ids=None,
583
581
"""Return the revision ids that other has that this does not.
585
583
These are returned in topological order.
599
587
return InterRepository.get(other, self).search_missing_revision_ids(
600
588
find_ghosts=find_ghosts, revision_ids=revision_ids,
601
589
if_present_ids=if_present_ids, limit=limit)