~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Vincent Ladeuil
  • Date: 2007-10-18 10:33:11 UTC
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071018103311-ysh1obz1wo75lzx0
Add -Dauth handling.

* doc/developers/authentication-ring.txt:
(Use Cases): Add sub-domains example.

* bzrlib/help_topics.py:
(_global_options): Add auth.

* bzrlib/debug.py: 
Add 'auth'. Fix alphabetical order.

* bzrlib/config.py: 
Fix imports.
(AuthenticationConfig.get_credentials): Report the matching
section if -Dauth is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
Options include:
27
27
 
 
28
 * auth - show authentication sections used
 
29
 * error - show stack traces for all top level exceptions
28
30
 * evil - capture call sites that do expensive or badly-scaling operations.
29
 
 * error - show stack traces for all top level exceptions
30
31
 * fetch - trace history copying between repositories
31
32
 * hooks - trace hook execution
32
33
 * hpss - trace smart protocol requests and responses