2569
2581
def fetch(self, revision_id=None, pb=None, find_ghosts=False):
2570
2582
"""See InterRepository.fetch()."""
2572
2584
mutter("Using fetch logic to copy between %s(%s) and %s(%s)",
2573
2585
self.source, self.source._format, self.target, self.target._format)
2575
2587
from_repository=self.source,
2576
2588
last_revision=revision_id,
2577
2589
pb=pb, find_ghosts=find_ghosts)