~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Aaron Bentley
  • Date: 2007-12-06 17:52:30 UTC
  • mto: (1551.19.24 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 3089.
  • Revision ID: abentley@panoramicfeedback.com-20071206175230-tpie138cj9z92yp5
Add debugging flag for merges

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 * http - trace http connections, requests and responses
35
35
 * index - trace major index operations
36
36
 * lock - trace when lockdir locks are taken or released
 
37
 * merge - emit information for debugging merges
37
38
 
38
39
"""