~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

MergeĀ lp:bzr.

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)