~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-24 01:35:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6464.
  • Revision ID: jelmer@samba.org-20120124013556-kq6eew03kjqi16rl
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1648
1648
                            try:
1649
1649
                                inv = inventory_cache[parent_id]
1650
1650
                            except KeyError:
1651
 
                                inv = self.revision_tree(parent_id).inventory
 
1651
                                inv = self.revision_tree(parent_id).root_inventory
1652
1652
                                inventory_cache[parent_id] = inv
1653
1653
                            try:
1654
1654
                                parent_entry = inv[text_key[0]]