/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: James Westby
  • Date: 2008-03-01 12:42:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3256.
  • Revision ID: jw+debian@jameswestby.net-20080301124212-4p3417gfs2pdwnbn
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
"""