~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-01-15 03:58:20 UTC
  • mfrom: (4963 +trunk)
  • mto: (4973.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4975.
  • Revision ID: andrew.bennetts@canonical.com-20100115035820-ilb3t36swgzq6v1l
MergeĀ lp:bzr.

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
8
9
-Ddirstate        Trace dirstate activity (verbose!)
9
10
-Derror           Instead of normal error handling, always print a traceback
10
11
                  on error.
26
27
-Dprogress        Trace progress bar operations.
27
28
-Dmerge           Emit information for debugging merges.
28
29
-Dno_apport       Don't use apport to report crashes.
 
30
-Dno_activity     Don't show transport activity indicator in progress bar.
29
31
-Dpack            Emit information about pack operations.
30
32
-Drelock          Emit a message every time a branch or repository object is
31
33
                  unlocked then relocked the same way.