205
205
return self.to_repository.search_missing_revision_ids(
206
206
self.from_repository, self._last_revision,
207
207
find_ghosts=self.find_ghosts)
209
209
raise InstallFailed([self._last_revision])
211
211
def _fetch_weave_text(self, file_id, required_versions):