1029
1029
def search_missing_revision_ids(self, other, revision_id=None, find_ghosts=True):
1030
1030
"""Return the revision ids that other has that this does not.
1032
1032
These are returned in topological order.
1034
1034
revision_id: only return revision ids included by revision_id.