39
39
('nomail.txt', 'nomail\n')])
41
41
self.revision_id_1 = wt.commit('add hello',
44
45
self.revision_id_2 = wt.commit('add nomail',
46
48
self.build_tree_contents([('hello.txt', 'my helicopter\n'
48
50
self.revision_id_3 = wt.commit('mod hello',
50
53
self.build_tree_contents([('hello.txt', 'my helicopter\n'
55
58
self.revision_id_4 = wt.commit('mod hello',
58
62
def test_help_annotate(self):
59
63
"""Annotate command exists"""