~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-21 22:19:32 UTC
  • mfrom: (3830.3.25 288751-pack-deltas)
  • Revision ID: pqm@pqm.ubuntu.com-20081121221932-44m8c85k5ri8h5hg
(mbp) Fix bug #288751 by teaching fetch to expand to fulltexts if it
        would cause a delta to span repo boundaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
            child_pb.finished()
249
249
 
250
250
    def _fetch_revision_texts(self, revs, pb):
 
251
        # fetch signatures first and then the revision texts
251
252
        # may need to be a InterRevisionStore call here.
252
253
        to_sf = self.to_repository.signatures
253
254
        from_sf = self.from_repository.signatures