/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: John Arbash Meinel
  • Date: 2008-06-05 16:27:16 UTC
  • mfrom: (3475 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3476.
  • Revision ID: john@arbash-meinel.com-20080605162716-a3hn238tnctbfd8j
merge bzr.dev, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * error - show stack traces for all top level exceptions
30
30
 * evil - capture call sites that do expensive or badly-scaling operations.
31
31
 * fetch - trace history copying between repositories
 
32
 * graph - trace graph traversal information
32
33
 * hashcache - log every time a working file is read to determine its hash
33
34
 * hooks - trace hook execution
34
35
 * hpss - trace smart protocol requests and responses
37
38
 * knit - trace knit operations
38
39
 * lock - trace when lockdir locks are taken or released
39
40
 * merge - emit information for debugging merges
 
41
 * pack - emit information about pack operations
40
42
 
41
43
"""