2332
2332
def fetch(self, revision_id=None, pb=None, find_ghosts=False):
2333
2333
"""See InterRepository.fetch()."""
2334
2335
mutter("Using fetch logic to copy between %s(%s) and %s(%s)",
2335
2336
self.source, self.source._format, self.target, self.target._format)