~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-11-13 19:19:11 UTC
  • mto: This revision was merged to the branch mainline in revision 4799.
  • Revision ID: john@arbash-meinel.com-20091113191911-nokhxxx8mllrrl6x
Intern the various strings that are part of the CHKInventory deserialization.

file_ids and revision_ids, in particular, are quite often repeated, so try to keep
a single copy of them.

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.