318
318
timestamp=1166046000.00, timezone=0)
324
322
annotate.annotate_file(tree1.branch, 'rev-1', 'a-id', to_file=to_file)
327
326
to_file.encoding = 'ascii' # codecs does not set it
328
327
annotate.annotate_file(tree1.branch, 'rev-2', 'b-id', to_file=to_file)
331
331
class TestReannotate(tests.TestCase):