/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: Vincent Ladeuil
  • Date: 2009-05-04 15:21:26 UTC
  • mto: (4349.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4350.
  • Revision ID: v.ladeuil+lp@free.fr-20090504152126-13juy7bmikof23xc
Tighten multiple auth schemes handling.

* bzrlib/transport/http/_urllib2_wrappers.py:
(AbstractAuthHandler): Add a 'scheme' attribute to identify the
handlers.
(AbstractAuthHandler.auth_required): Once the most secured scheme
is known to be proposed by the server, the other handlers should
not be tried.

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
-Derror           Instead of normal error handling, always print a traceback
 
9
                  on error.
 
10
-Devil            Capture call sites that do expensive or badly-scaling
 
11
                  operations.
 
12
-Dfetch           Trace history copying between repositories.
 
13
-Dfilters         Emit information for debugging content filtering.
 
14
-Dgraph           Trace graph traversal.
 
15
-Dhashcache       Log every time a working file is read to determine its hash.
 
16
-Dhooks           Trace hook execution.
 
17
-Dhpss            Trace smart protocol requests and responses.
 
18
-Dhttp            Trace http connections, requests and responses
 
19
-Dindex           Trace major index operations.
 
20
-Dknit            Trace knit operations.
 
21
-Dlock            Trace when lockdir locks are taken or released.
 
22
-Dmerge           Emit information for debugging merges.
 
23
-Dpack            Emit information about pack operations.
 
24
-Dsftp            Trace SFTP internals.