/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-10-04 22:33:14 UTC
  • mfrom: (2881.4.1 fetch)
  • Revision ID: pqm@pqm.ubuntu.com-20071004223314-qpih4e2os3o2627a
(robertc) Move same-repo fetch checking logic to the repository class user visible function for more reuse. (Robert Collins)

Show diffs side-by-side

added added

removed removed

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