/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Michael Hudson
  • Date: 2009-11-24 02:25:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4822.
  • Revision ID: michael.hudson@canonical.com-20091124022523-0pism3bgkg0ip73t
final tweak

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.
27
26
-Dprogress        Trace progress bar operations.
28
27
-Dmerge           Emit information for debugging merges.
29
28
-Dno_apport       Don't use apport to report crashes.
30
 
-Dno_activity     Don't show transport activity indicator in progress bar.
31
29
-Dpack            Emit information about pack operations.
32
30
-Drelock          Emit a message every time a branch or repository object is
33
31
                  unlocked then relocked the same way.