~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-05 23:15:58 UTC
  • mfrom: (3377.3.45 submitted)
  • Revision ID: pqm@pqm.ubuntu.com-20080505231558-7w3zaehbvtcjk7jv
(jam) Make Graph.find_differences() correct,
        and create a Graph.find_unique_ancestors function.

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