/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-02 06:00:46 UTC
  • mto: This revision was merged to the branch mainline in revision 3414.
  • Revision ID: andrew.bennetts@canonical.com-20080502060046-bpyc9jgfdcvrckdt
Add --debugflags/-E option to selftest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 * lock - trace when lockdir locks are taken or released
39
39
 * merge - emit information for debugging merges
40
40
 * pack - emit information about pack operations
41
 
 * selftest_debug - do not disable all debug flags when running selftest
42
41
 
43
42
"""