407
416
def _fetch_everything_for_revisions(self, revs, pp):
408
417
# XXX: this assumes that we want RemoteRepository.get_data_stream to
409
418
# deserialise the smart response.
411
420
self.to_repository.insert_data_stream(data_stream)
422
def _same_repo(self, to_repository, from_repository, last_revision):
415
431
"""Backwards compatibility glue for branch.fetch()."""