~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-07 00:57:24 UTC
  • mfrom: (6405.2.18 bzr)
  • Revision ID: pqm@pqm.ubuntu.com-20120207005724-xvfawh5exf1ohusu
(jelmer) Rename Tree.inventory to Tree.root_inventory. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
954
954
            else:
955
955
                basis_tree = self.revision_tree(basis_revision_id)
956
956
                basis_tree.lock_read()
957
 
                basis_inv = basis_tree.inventory
 
957
                basis_inv = basis_tree.root_inventory
958
958
        try:
959
959
            result = basis_inv.create_by_apply_delta(delta, new_revision_id,
960
960
                propagate_caches=propagate_caches)