~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Robert Collins
  • Date: 2006-03-02 06:23:15 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060302062315-9c274fa5c8201784
Prepare weave store to delegate copy details to the versioned file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
                to_weave.join(from_weave)
169
169
            else:
170
170
                # destination is empty, just replace it
171
 
                self.to_weaves.copy_multi(self.from_weaves, [file_id], self.pb)
 
171
                self.to_weaves.copy_multi(self.from_weaves, [file_id], self.pb,
 
172
                                          self.from_repository.get_transaction())
172
173
        self.pb.clear()
173
174
 
174
175
    def _fetch_inventory_weave(self, revs):