~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2006-11-02 06:25:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2115.
  • Revision ID: mbp@sourcefrog.net-20061102062559-c935f73df6bf3fd0
save commit message if commit fails (#32054)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                    'Consider using bzrlib.ignores.add_unique_user_ignores'
55
55
                    ' or bzrlib.ignores.add_runtime_ignores')
56
56
 
57
 
# Set of values that can enable printing particular debug messages
58
 
debug_flags = set()
59
 
 
60
57
def test_suite():
61
58
    import tests
62
59
    return tests.test_suite()