44
44
b = Branch.initialize('.')
45
45
self.build_tree_contents([('hello.txt', 'my helicopter\n'),
46
46
('nomail.txt', 'nomail\n')])
48
48
b.working_tree().commit('add hello',
51
51
b.working_tree().commit('add nomail', committer='no mail')
53
53
def test_help_annotate(self):