/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

Fix RemoteToOtherFetcher to update count_copied.

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
        self.count_copied += self.to_repository.insert_data_stream(data_stream)
462
462
 
463
463