~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-20 10:33:11 UTC
  • mfrom: (1615.1.2 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060320103311-a87ccd7ffe9ce14f
(mbp) pycurl bugfixes, robert's knit performance stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
        for path, ie in self.new_inv.iter_entries():
494
494
            previous_entries = ie.find_previous_heads(
495
495
                self.parent_invs, 
496
 
                self.weave_store.get_weave_or_empty(ie.file_id,
497
 
                    self.branch.get_transaction()))
 
496
                self.weave_store,
 
497
                self.branch.repository.get_transaction())
498
498
            if ie.revision is None:
499
499
                change = ie.snapshot(self.rev_id, path, previous_entries,
500
500
                                     self.work_tree, self.weave_store,