/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Matthew Fuller
  • Date: 2009-07-25 15:21:25 UTC
  • mto: (4772.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4773.
  • Revision ID: fullermd@over-yonder.net-20090725152125-2mzil0setr85g0no
Adjust documentation in the user guide a bit to correspond to DWIM
revspecs.

This is untested, as I don't have the tools to build the docs.  It's
also really not as clean as it could be, and there are probably much
better ways to put this info in here.  But it's something.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
8
-Ddirstate        Trace dirstate activity (verbose!)
 
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.
 
14
-Dfilters         Emit information for debugging content filtering.
 
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.
 
19
-Dhpssdetail      More hpss details.
 
20
-Dhpssvfs         Traceback on vfs access to Remote objects.
 
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.
 
25
-Dmerge           Emit information for debugging merges.
 
26
-Dunlock          Some errors during unlock are treated as warnings.
 
27
-Dpack            Emit information about pack operations.
 
28
-Dsftp            Trace SFTP internals.