63
63
eq(tree.get_file_text('foo-id'), 'hello')
65
65
def test_revision_tree(self):
67
67
b1.working_tree().commit('lala!', rev_id='revision-1', allow_pointless=True)
68
68
tree = b1.storage.revision_tree('revision-1')
69
69
tree = b1.storage.revision_tree(None)