3401
3401
def fetch(self, revision_id=None, pb=None, find_ghosts=False,
3403
3403
"""See InterRepository.fetch()."""
3408
return InterPackRepo.fetch(self, revision_id=revision_id, pb=pb,
3404
3410
# Always fetch using the generic streaming fetch code, to allow
3405
3411
# streaming fetching into remote servers.
3406
3412
from bzrlib.fetch import RepoFetcher