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