~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2009-10-07 08:19:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4734.
  • Revision ID: andrew.bennetts@canonical.com-20091007081919-w2cma509hult6o6w
Fix 'manner' in debug-flags.

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
 
                  manner.
26
25
-Dlock            Trace when lockdir locks are taken or released.
27
26
-Dprogress        Trace progress bar operations.
28
27
-Dmerge           Emit information for debugging merges.
33
32
-Dsftp            Trace SFTP internals.
34
33
-Dstream          Trace fetch streams.
35
34
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
 
35
                  manner.
36
36
-Dunlock          Some errors during unlock are treated as warnings.
37
37
-DIDS_never       Never use InterDifferingSerializer when fetching.
38
38
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate