134
160
# and we should have a revision that is accessible outside the tree lock
135
161
revtree = tree.branch.repository.revision_tree(revision_id)
136
164
self.assertEqual('barshoom', revtree.get_file('foo-id').read())
138
166
def test_unversion(self):