331
331
to_file = tests.StringIOWrapper()
333
333
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
336
336
# and when it does not exist
338
338
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
342
342
class TestReannotate(tests.TestCase):