~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/whitebox.py

Refactored out ControlFiles and RevisionStore from _Branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        revid = b.revision_history()[0]
90
90
        self.log('first revision_id is {%s}' % revid)
91
91
        
92
 
        inv = b.get_revision_inventory(revid)
 
92
        inv = b.storage.get_revision_inventory(revid)
93
93
        self.log('contents of inventory: %r' % inv.entries())
94
94
 
95
95
        self.check_inventory_shape(inv,