/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 breezy/tests/per_tree/test_tree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 11:39:36 UTC
  • mfrom: (6927 work)
  • mto: This revision was merged to the branch mainline in revision 6928.
  • Revision ID: jelmer@jelmer.uk-20180325113936-hmozv6e2ebvz6jdd
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        tree = self.create_nested()
108
108
        tree.lock_read()
109
109
        self.addCleanup(tree.unlock)
110
 
        entry = tree.root_inventory['sub-root']
 
110
        entry = tree.root_inventory.get_entry('sub-root')
111
111
        self.assertEqual([(u'subtree', 'sub-root')],
112
112
            list(tree.iter_references()))
113
113