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