/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/test_whitebox.py

  • Committer: Aaron Bentley
  • Date: 2005-12-25 00:38:48 UTC
  • mto: (1185.67.11 bzr.revision-storage)
  • mto: This revision was merged to the branch mainline in revision 1550.
  • Revision ID: aaron.bentley@utoronto.ca-20051225003848-111ac71170cb2605
Renamed Branch.storage to Branch.repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        revid = b.revision_history()[0]
54
54
        self.log('first revision_id is {%s}' % revid)
55
55
        
56
 
        inv = b.storage.get_revision_inventory(revid)
 
56
        inv = b.repository.get_revision_inventory(revid)
57
57
        self.log('contents of inventory: %r' % inv.entries())
58
58
 
59
59
        self.check_inventory_shape(inv,