/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
4110.2.7 by Martin Pool
Split debug flags into their own help topic
1
Debug Flags
2
===========
3
4
These flags can be passed on the bzr command line or (without the ``-D``
5
prefix) put in the ``debug_flags`` variable in ``bazaar.conf``.
6
7
-Dauth            Trace authentication sections used.
4536.4.2 by Robert Collins
Instrument dirstate.set_state_from_inventory.
8
-Ddirstate        Trace dirstate activity (verbose!)
4110.2.7 by Martin Pool
Split debug flags into their own help topic
9
-Derror           Instead of normal error handling, always print a traceback
10
                  on error.
11
-Devil            Capture call sites that do expensive or badly-scaling
12
                  operations.
13
-Dfetch           Trace history copying between repositories.
3368.2.52 by Ian Clatworthy
merge bzr.dev r4164
14
-Dfilters         Emit information for debugging content filtering.
4110.2.7 by Martin Pool
Split debug flags into their own help topic
15
-Dgraph           Trace graph traversal.
16
-Dhashcache       Log every time a working file is read to determine its hash.
17
-Dhooks           Trace hook execution.
18
-Dhpss            Trace smart protocol requests and responses.
4509.2.2 by Martin Pool
Use only -Dhpssvfs for tracebacks, and document -Dhpssdetail
19
-Dhpssdetail      More hpss details.
20
-Dhpssvfs         Traceback on vfs access to Remote objects.
4110.2.7 by Martin Pool
Split debug flags into their own help topic
21
-Dhttp            Trace http connections, requests and responses
22
-Dindex           Trace major index operations.
23
-Dknit            Trace knit operations.
24
-Dlock            Trace when lockdir locks are taken or released.
4332.3.18 by Robert Collins
Add -Dprogress to assist in debugging progress bar jumping.
25
-Dprogress        Trace progress bar operations.
4110.2.7 by Martin Pool
Split debug flags into their own help topic
26
-Dmerge           Emit information for debugging merges.
4509.3.36 by Martin Pool
Review cleanups of typos and unneeded imports
27
-Dunlock          Some errors during unlock are treated as warnings.
4110.2.7 by Martin Pool
Split debug flags into their own help topic
28
-Dpack            Emit information about pack operations.
29
-Dsftp            Trace SFTP internals.