/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/fetch.py

  • Committer: Andrew Bennetts
  • Date: 2008-06-05 22:56:42 UTC
  • mto: (3441.5.16 smart-push-gpm)
  • mto: This revision was merged to the branch mainline in revision 3509.
  • Revision ID: andrew.bennetts@canonical.com-20080605225642-0twch8sh5q6h0bw4
Add {bzrdir,repository,branch}_implementations tests for Remote objects using protocol v2 and pre-1.6 RPCs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
 
459
459
    def _fetch_everything_for_search(self, search, pp):
460
460
        data_stream = self.from_repository.get_data_stream_for_search(search)
461
 
        self.to_repository.insert_data_stream(data_stream)
 
461
        revisions_count = self.to_repository.insert_data_stream(data_stream)
 
462
        self.count_copied += revisions_count
462
463
 
463
464