/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: Marius Kruger
  • Date: 2010-07-10 21:28:56 UTC
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100710212856-uq4ji3go0u5se7hx
* Update documentation
* add NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Debug Flags
2
2
===========
3
3
 
4
 
These flags can be passed on the brz command line or (without the ``-D``
5
 
prefix) put in the ``debug_flags`` variable in ``breezy.conf``.
 
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
6
 
7
7
-Dauth            Trace authentication sections used.
8
8
-Dbytes           Print out how many bytes were transferred
24
24
-Dindex           Trace major index operations.
25
25
-Dknit            Trace knit operations.
26
26
-Dlock            Trace when lockdir locks are taken or released.
27
 
-Dnoretry         If a connection is reset, fail immediately rather than
28
 
                  retrying the request.
29
27
-Dprogress        Trace progress bar operations.
30
 
-Dmem_dump        Dump memory to a file upon an out of memory error.
31
28
-Dmerge           Emit information for debugging merges.
32
29
-Dno_apport       Don't use apport to report crashes.
33
30
-Dno_activity     Don't show transport activity indicator in progress bar.