/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2009-03-02 03:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4067.
  • Revision ID: robertc@robertcollins.net-20090302033807-af1b7awmfueyawts
Streaming fetch from remote servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3675
3675
        from_sf = self.from_repository.signatures
3676
3676
        # A missing signature is just skipped.
3677
3677
        keys = [(rev_id,) for rev_id in revs]
3678
 
        signatures = filter_absent(from_sf.get_record_stream(
 
3678
        signatures = versionedfile.filter_absent(from_sf.get_record_stream(
3679
3679
            keys,
3680
3680
            self.to_format._fetch_order,
3681
3681
            not self.to_format._fetch_uses_deltas))