~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: 2009-02-05 05:42:28 UTC
  • mfrom: (3959.1.5 debug-sftp)
  • Revision ID: pqm@pqm.ubuntu.com-20090205054228-3qyiv92vtgs94e0c
(mbp) better and less redundant debug flag docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
-Devil            Capture call sites that do expensive or badly-scaling
308
308
                  operations.
309
309
-Dfetch           Trace history copying between repositories.
 
310
-Dgraph           Trace graph traversal.
310
311
-Dhashcache       Log every time a working file is read to determine its hash.
311
312
-Dhooks           Trace hook execution.
312
313
-Dhpss            Trace smart protocol requests and responses.
316
317
-Dlock            Trace when lockdir locks are taken or released.
317
318
-Dmerge           Emit information for debugging merges.
318
319
-Dpack            Emit information about pack operations.
 
320
-Dsftp            Trace SFTP internals.
319
321
"""
320
322
 
321
323
_standard_options = \