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