327
327
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
328
328
self.assertEqualDiff('2 p?rez | bye\n', sio.getvalue())
333
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
338
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
331
342
class TestReannotate(tests.TestCase):