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