~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-26 00:36:17 UTC
  • mfrom: (3302.2.2 selftest-debug-flags)
  • Revision ID: pqm@pqm.ubuntu.com-20080326003617-r5xl8b8d6dqqor3w
Add -Dselftest_debug debug flag. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
A number of debug flags are also available to assist troubleshooting and
278
278
development.
279
279
 
280
 
-Dauth         Trace authentication sections used.
281
 
-Derror        Instead of normal error handling, always print a traceback on
282
 
               error.
283
 
-Devil         Capture call sites that do expensive or badly-scaling
284
 
               operations.
285
 
-Dfetch        Trace history copying between repositories.
286
 
-Dhashcache    Log every time a working file is read to determine its hash.
287
 
-Dhooks        Trace hook execution.
288
 
-Dhpss         Trace smart protocol requests and responses.
289
 
-Dhttp         Trace http connections, requests and responses
290
 
-Dindex        Trace major index operations.
291
 
-Dknit         Trace knit operations.
292
 
-Dlock         Trace when lockdir locks are taken or released.
293
 
-Dmerge        Emit information for debugging merges.
294
 
-Dpack         Emit information about pack operations.
 
280
-Dauth            Trace authentication sections used.
 
281
-Derror           Instead of normal error handling, always print a traceback
 
282
                  on error.
 
283
-Devil            Capture call sites that do expensive or badly-scaling
 
284
                  operations.
 
285
-Dfetch           Trace history copying between repositories.
 
286
-Dhashcache       Log every time a working file is read to determine its hash.
 
287
-Dhooks           Trace hook execution.
 
288
-Dhpss            Trace smart protocol requests and responses.
 
289
-Dhttp            Trace http connections, requests and responses
 
290
-Dindex           Trace major index operations.
 
291
-Dknit            Trace knit operations.
 
292
-Dlock            Trace when lockdir locks are taken or released.
 
293
-Dmerge           Emit information for debugging merges.
 
294
-Dpack            Emit information about pack operations.
 
295
-Dselftest_debug  Do not disable all debug flags when running selftest.
295
296
"""
296
297
 
297
298
_standard_options = \