/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: Robert Collins
  • Date: 2008-05-12 01:23:41 UTC
  • mto: (3350.4.4 remove-deprecations)
  • mto: This revision was merged to the branch mainline in revision 3424.
  • Revision ID: robertc@robertcollins.net-20080512012341-vzjmv73r8b96eumr
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        from_weave = self.from_weaves.get_weave(file_id,
218
218
            self.from_repository.get_transaction())
219
219
        # Fetch all the texts.
220
 
        to_weave.insert_record_stream(from_weave.get_record_stream(required_versions,
221
 
            'topological', False))
 
220
        to_weave.insert_record_stream(from_weave.get_record_stream(
 
221
            required_versions, 'topological', False))
222
222
 
223
223
    def _fetch_inventory_weave(self, revs, pb):
224
224
        pb.update("fetch inventory", 0, 2)