~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: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

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
8
9
-Ddirstate        Trace dirstate activity (verbose!)
9
10
-Derror           Instead of normal error handling, always print a traceback
10
11
                  on error.
12
13
                  operations.
13
14
-Dfetch           Trace history copying between repositories.
14
15
-Dfilters         Emit information for debugging content filtering.
 
16
-Dforceinvdeltas  Force use of inventory deltas during generic streaming fetch.
15
17
-Dgraph           Trace graph traversal.
16
18
-Dhashcache       Log every time a working file is read to determine its hash.
17
19
-Dhooks           Trace hook execution.
18
20
-Dhpss            Trace smart protocol requests and responses.
19
21
-Dhpssdetail      More hpss details.
20
22
-Dhpssvfs         Traceback on vfs access to Remote objects.
21
 
-Dhttp            Trace http connections, requests and responses
 
23
-Dhttp            Trace http connections, requests and responses.
22
24
-Dindex           Trace major index operations.
23
25
-Dknit            Trace knit operations.
24
26
-Dlock            Trace when lockdir locks are taken or released.
25
27
-Dprogress        Trace progress bar operations.
26
28
-Dmerge           Emit information for debugging merges.
27
 
-Dunlock          Some errors during unlock are treated as warnings.
 
29
-Dno_apport       Don't use apport to report crashes.
 
30
-Dno_activity     Don't show transport activity indicator in progress bar.
28
31
-Dpack            Emit information about pack operations.
 
32
-Drelock          Emit a message every time a branch or repository object is
 
33
                  unlocked then relocked the same way.
29
34
-Dsftp            Trace SFTP internals.
 
35
-Dstatic_tuple    Error when a tuple is used where a StaticTuple is expected
 
36
-Dstream          Trace fetch streams.
 
37
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
 
38
                  manner.
 
39
-Dunlock          Some errors during unlock are treated as warnings.
 
40
-DIDS_never       Never use InterDifferingSerializer when fetching.
 
41
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate
 
42
                  for the format, even for non-local fetches.