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()
50
54
def test_help_annotate(self):
51
55
"""Annotate command exists"""