~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

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.