~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

  • Committer: Martin Pool
  • Date: 2008-05-08 04:33:38 UTC
  • mfrom: (3414 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3415.
  • Revision ID: mbp@sourcefrog.net-20080508043338-ru3vflx8z641a76k
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1109
1109
 * error - show stack traces for all top level exceptions
1110
1110
 * evil - capture call sites that do expensive or badly-scaling operations.
1111
1111
 * fetch - trace history copying between repositories
 
1112
 * graph - trace graph traversal information
1112
1113
 * hashcache - log every time a working file is read to determine its hash
1113
1114
 * hooks - trace hook execution
1114
1115
 * hpss - trace smart protocol requests and responses
1118
1119
 * lock - trace when lockdir locks are taken or released
1119
1120
 * merge - emit information for debugging merges
1120
1121
 * pack - emit information about pack operations
1121
 
 * selftest_debug - do not disable all debug flags when running selftest
1122
1122
 
1123
1123
"""
1124
1124
'''