469
469
"""See InterRepository.copy_content."""
470
470
self.fetch(revision_id, pb, find_ghosts=False)
472
def fetch(self, revision_id=None, pb=None, find_ghosts=False,
478
473
class InterGitNonGitRepository(InterGitRepository):
479
474
"""Base InterRepository that copies revisions from a Git into a non-Git
482
def fetch_refs(self, revision_id=None, pb=None, find_ghosts=False,
477
def fetch(self, revision_id=None, pb=None, find_ghosts=False,
483
478
mapping=None, fetch_spec=None):
485
480
mapping = self.source.get_mapping()