~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

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.