~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/test_inv.py

First cut at pluralised VersionedFiles. Some rather massive API incompatabilities, primarily because of the difficulty of coherence among competing stores.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        self.tree.lock_read()
65
65
        self.addCleanup(self.tree.unlock)
66
66
        self.file_active = get_entry(self.tree, 'fileid')
67
 
        self.weave = self.branch.repository.weave_store.get_weave('fileid',
68
 
            self.branch.repository.get_transaction())
69
67
 
70
68
    # TODO: test two inventories with the same file revision
71
69