~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/debug-flags.txt

  • Committer: Danny van Heumen
  • Date: 2010-03-09 21:42:11 UTC
  • mto: (4634.139.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: danny@dannyvanheumen.nl-20100309214211-iqh42x6qcikgd9p3
Reverted now-useless TODO list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
prefix) put in the ``debug_flags`` variable in ``bazaar.conf``.
6
6
 
7
7
-Dauth            Trace authentication sections used.
8
 
-Dbytes           Print out how many bytes were transferred
9
8
-Ddirstate        Trace dirstate activity (verbose!)
10
9
-Derror           Instead of normal error handling, always print a traceback
11
10
                  on error.
23
22
-Dhttp            Trace http connections, requests and responses.
24
23
-Dindex           Trace major index operations.
25
24
-Dknit            Trace knit operations.
 
25
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
 
26
                  manner.
26
27
-Dlock            Trace when lockdir locks are taken or released.
27
28
-Dprogress        Trace progress bar operations.
28
29
-Dmerge           Emit information for debugging merges.
29
30
-Dno_apport       Don't use apport to report crashes.
30
 
-Dno_activity     Don't show transport activity indicator in progress bar.
 
31
-Dunlock          Some errors during unlock are treated as warnings.
31
32
-Dpack            Emit information about pack operations.
32
 
-Drelock          Emit a message every time a branch or repository object is
33
 
                  unlocked then relocked the same way.
34
33
-Dsftp            Trace SFTP internals.
35
 
-Dstatic_tuple    Error when a tuple is used where a StaticTuple is expected
36
34
-Dstream          Trace fetch streams.
37
 
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
38
 
                  manner.
39
 
-Dunlock          Some errors during unlock are treated as warnings.
40
35
-DIDS_never       Never use InterDifferingSerializer when fetching.
41
36
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate
42
37
                  for the format, even for non-local fetches.