/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: Martin Pool
  • Date: 2007-07-04 09:24:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2584.
  • Revision ID: mbp@sourcefrog.net-20070704092414-oql4gkeief8aq5oh
hook docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
debug_flags = set()
19
 
"""Set of flags that enable different debug behaviour"""
20
 
 
21
 
# hooks - debug activity about hooks.
 
19
"""Set of flags that enable different debug behaviour.
 
20
 
 
21
These are set with eg ``-Dlock`` on the bzr command line.
 
22
 
 
23
Options include:
 
24
    
 
25
 * hooks 
 
26
 * lock - trace when lockdir locks are taken or released
 
27
 * error - show stack traces for all top level exceptions
 
28
 
 
29
"""