~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.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:
422
422
        for path, ie in self.new_inv.iter_entries():
423
423
            previous_entries = ie.find_previous_heads(
424
424
                self.parent_invs, 
425
 
                self.weave_store.get_weave_prelude_or_empty(ie.file_id,
 
425
                self.weave_store.get_weave_or_empty(ie.file_id,
426
426
                    self.branch.get_transaction()))
427
427
            if ie.revision is None:
428
428
                change = ie.snapshot(self.rev_id, path, previous_entries,