/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-07-17 12:55:11 UTC
  • mfrom: (3556 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3557.
  • Revision ID: john@arbash-meinel.com-20080717125511-rjpil183ctky8l84
Merge bzr.dev 3556

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