~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-10-12 20:12:32 UTC
  • mfrom: (4736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4749.
  • Revision ID: john@arbash-meinel.com-20091012201232-ccnceqvk29u7v22u
Merge bzr.dev 4736

This includes the updates to StaticTuple, etc, to build using Pyrex 0.9.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
-Dhttp            Trace http connections, requests and responses.
23
23
-Dindex           Trace major index operations.
24
24
-Dknit            Trace knit operations.
25
 
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
26
 
                  manner.
27
25
-Dlock            Trace when lockdir locks are taken or released.
28
26
-Dprogress        Trace progress bar operations.
29
27
-Dmerge           Emit information for debugging merges.
30
28
-Dno_apport       Don't use apport to report crashes.
31
 
-Dunlock          Some errors during unlock are treated as warnings.
32
29
-Dpack            Emit information about pack operations.
 
30
-Drelock          Emit a message every time a branch or repository object is
 
31
                  unlocked then relocked the same way.
33
32
-Dsftp            Trace SFTP internals.
34
33
-Dstream          Trace fetch streams.
 
34
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
 
35
                  manner.
 
36
-Dunlock          Some errors during unlock are treated as warnings.
35
37
-DIDS_never       Never use InterDifferingSerializer when fetching.
36
38
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate
37
39
                  for the format, even for non-local fetches.