/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: John Arbash Meinel
  • Date: 2008-08-18 19:04:32 UTC
  • mto: (3606.5.6 1.6)
  • mto: This revision was merged to the branch mainline in revision 3641.
  • Revision ID: john@arbash-meinel.com-20080818190432-gkn0umj08xln8owu
Find a couple more places with incorrect logic, and fix the tests effected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
            to_weave.insert_record_stream(from_weave.get_record_stream(
244
244
                [(rev_id,) for rev_id in revs],
245
245
                self.to_repository._fetch_order,
246
 
                self.to_repository._fetch_uses_deltas))
 
246
                not self.to_repository._fetch_uses_deltas))
247
247
        finally:
248
248
            child_pb.finished()
249
249
 
264
264
        to_rf.insert_record_stream(from_rf.get_record_stream(
265
265
            [(rev_id,) for rev_id in version_ids],
266
266
            self.to_repository._fetch_order,
267
 
            self.to_repository._fetch_uses_deltas))
 
267
            not self.to_repository._fetch_uses_deltas))
268
268
 
269
269
    def _generate_root_texts(self, revs):
270
270
        """This will be called by __fetch between fetching weave texts and