~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-01-10 01:15:47 UTC
  • mfrom: (3170.1.2 debug-timestamps)
  • Revision ID: pqm@pqm.ubuntu.com-20080110011547-97smthgbb8hfshs7
(andrew) Add -Dtimes debug flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
               error.
282
282
-Devil         Capture call sites that do expensive or badly-scaling
283
283
               operations.
 
284
-Dfetch        Trace history copying between repositories.
284
285
-Dhashcache    Log every time a working file is read to determine its hash.
285
286
-Dhooks        Trace hook execution.
 
287
-Dhpss         Trace smart protocol requests and responses.
286
288
-Dhttp         Trace http connections, requests and responses
287
 
-Dhpss         Trace smart protocol requests and responses.
288
289
-Dindex        Trace major index operations.
289
290
-Dlock         Trace when lockdir locks are taken or released.
290
291
-Dmerge        Emit information for debugging merges.
 
292
-Dtimes        Record timestamps from program start in trace file.
291
293
"""
292
294
 
293
295
_standard_options = \