~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 17:57:02 UTC
  • mto: This revision was merged to the branch mainline in revision 5801.
  • Revision ID: jelmer@samba.org-20110405175702-hgzt4iv0offvkdmt
Avoid annotate import during 'bzr st'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        # 'st' in a default format working tree shouldn't need many modules
97
97
        self.make_branch_and_tree('.')
98
98
        self.run_command_check_imports(['st'], [
 
99
            'bzrlib.annotate',
99
100
            'bzrlib.atomicfile',
100
101
            'bzrlib.bugtracker',
101
102
            'bzrlib.bundle.commands',