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