~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-03-07 23:11:50 UTC
  • mfrom: (3231.4.2 jamesw)
  • Revision ID: pqm@pqm.ubuntu.com-20080307231150-h9ct4c51ekdiexbs
(James Westby) Add pack to the list of debug flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 * knit - trace knit operations
38
38
 * lock - trace when lockdir locks are taken or released
39
39
 * merge - emit information for debugging merges
 
40
 * pack - emit information about pack operations
40
41
 
41
42
"""