/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/debug.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-22 04:44:32 UTC
  • mfrom: (2624.2.19 index)
  • Revision ID: pqm@pqm.ubuntu.com-20070822044432-tfi063jpsr3vgnao
(robertc) Index layer tweaks - -Dindex and a key_count method (only accurate on low level indices). (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * error - show stack traces for all top level exceptions
27
27
 * hooks 
28
28
 * hpss - trace smart protocol requests and responses
 
29
 * index - trace major index operations
29
30
 * lock - trace when lockdir locks are taken or released
30
31
 
31
32
"""