~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Use the absolute_import feature everywhere in bzrlib,
 and add a source test to make sure it's used everywhere. (Jelmer Vernooij)

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.
23
24
-Dindex           Trace major index operations.
24
25
-Dknit            Trace knit operations.
25
26
-Dlock            Trace when lockdir locks are taken or released.
 
27
-Dnoretry         If a connection is reset, fail immediately rather than
 
28
                  retrying the request.
26
29
-Dprogress        Trace progress bar operations.
 
30
-Dmem_dump        Dump memory to a file upon an out of memory error.
27
31
-Dmerge           Emit information for debugging merges.
28
32
-Dno_apport       Don't use apport to report crashes.
 
33
-Dno_activity     Don't show transport activity indicator in progress bar.
29
34
-Dpack            Emit information about pack operations.
30
35
-Drelock          Emit a message every time a branch or repository object is
31
36
                  unlocked then relocked the same way.