/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: Canonical.com Patch Queue Manager
  • Date: 2008-06-18 05:14:28 UTC
  • mfrom: (3489.2.9 make-branch-and-tree-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20080618051428-txnglk8ls5jd93fc
Fix the tree.branch returned by make_branch_and_tree. (Andrew
        Bennetts)

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