~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-09-01 11:27:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050901112720-f5ccb6b6627991de
- work properly when $EDITOR contains multiple words

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
                   'bzrlib.selftest.test_merge_core',
322
322
                   'bzrlib.selftest.test_smart_add',
323
323
                   'bzrlib.selftest.testdiff',
324
 
                   'bzrlib.fetch',
325
 
                   'bzrlib.selftest.teststore',
 
324
                   'bzrlib.fetch'
326
325
                   ]
327
326
 
328
327
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,