~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

[merge] robert's knit-performance work

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,