33
33
from bzrlib.branch import Branch
35
34
from bzrlib.errors import BzrCommandError
36
35
from bzrlib.osutils import has_symlinks
38
37
from bzrlib.annotate import annotate_file
43
43
super(TestAnnotate, self).setUp()
45
46
self.build_tree_contents([('hello.txt', 'my helicopter\n'),
46
47
('nomail.txt', 'nomail\n')])
53
54
def test_help_annotate(self):
54
55
"""Annotate command exists"""