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