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
41
41
class TestAnnotate(TestCaseInTempDir):
43
43
super(TestAnnotate, self).setUp()
53
50
def test_help_annotate(self):
54
51
"""Annotate command exists"""