33
33
from bzrlib.branch import Branch
34
35
from bzrlib.errors import BzrCommandError
35
36
from bzrlib.osutils import has_symlinks
37
38
from bzrlib.annotate import annotate_file
43
43
super(TestAnnotate, self).setUp()
54
50
def test_help_annotate(self):
55
51
"""Annotate command exists"""