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