~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: 2012-02-20 12:19:29 UTC
  • mfrom: (6437.23.11 2.5)
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: jelmer@samba.org-20120220121929-7ni2psvjoatm1yp4
Merge bzr/2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
            'bzrlib.cmd_version_info',
168
168
            'bzrlib.externalcommand',
169
169
            'bzrlib.filters',
 
170
            'bzrlib.hashcache',
170
171
            # foreign branch plugins import the foreign_vcs_registry from 
171
172
            # bzrlib.foreign so it can't be blacklisted
172
173
            'bzrlib.gpg',
185
186
            'bzrlib.smart.server',
186
187
            'bzrlib.transform',
187
188
            'bzrlib.version_info_formats.format_rio',
 
189
            'bzrlib.xml_serializer',
 
190
            'bzrlib.xml8',
188
191
            'getpass',
189
192
            'kerberos',
 
193
            'ssl',
 
194
            'socket',
190
195
            'smtplib',
191
196
            'tarfile',
192
197
            'tempfile',
 
198
            'termios',
 
199
            'tty',
 
200
            'urllib',
193
201
            ] + old_format_modules)
194
202
        # TODO: similar test for repository-only operations, checking we avoid
195
203
        # loading wt-specific stuff
235
243
            'bzrlib._dirstate_helpers_pyx',
236
244
            'bzrlib.externalcommand',
237
245
            'bzrlib.filters',
 
246
            'bzrlib.hashcache',
238
247
            # foreign branch plugins import the foreign_vcs_registry from 
239
248
            # bzrlib.foreign so it can't be blacklisted
240
249
            'bzrlib.gpg',
251
260
            'bzrlib.transform',
252
261
            'bzrlib.version_info_formats.format_rio',
253
262
            'bzrlib.workingtree_4',
 
263
            'bzrlib.xml_serializer',
 
264
            'bzrlib.xml8',
254
265
            'getpass',
255
266
            'kerberos',
256
267
            'smtplib',
257
268
            'tarfile',
258
269
            'tempfile',
 
270
            'termios',
 
271
            'tty',
259
272
            ] + old_format_modules)