~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-19 02:03:54 UTC
  • mfrom: (5757.8.11 knitpackrepo-7)
  • Revision ID: pqm@pqm.ubuntu.com-20110419020354-qu7nt76r2uj4pb5c
(jelmer) Move _KeyRefs from bzrlib.knit to bzrlib.versionedfile. (Jelmer
 Vernooij)

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',
106
107
            # bzrlib.foreign so it can't be blacklisted
107
108
            'bzrlib.gpg',
108
109
            'bzrlib.info',
 
110
            'bzrlib.knit',
109
111
            'bzrlib.merge3',
110
112
            'bzrlib.merge_directive',
111
113
            'bzrlib.msgeditor',
112
114
            'bzrlib.patiencediff',
113
115
            'bzrlib.remote',
 
116
            'bzrlib.repofmt.knitrepo',
114
117
            'bzrlib.repofmt.knitpack_repo',
115
118
            'bzrlib.rules',
116
119
            'bzrlib.sign_my_commits',
117
120
            'bzrlib.smart',
118
121
            'bzrlib.smart.client',
 
122
            'bzrlib.smart.medium',
 
123
            'bzrlib.smart.server',
119
124
            'bzrlib.transform',
120
125
            'bzrlib.version_info_formats.format_rio',
121
126
            'bzrlib.plugins.weave_fmt.branch',