18
18
debug_flags = set()
19
"""Set of flags that enable different debug behaviour"""
19
"""Set of flags that enable different debug behaviour.
21
These are set with eg ``-Dlock`` on the bzr command line.
25
* error - show stack traces for all top level exceptions
27
* hpss - trace smart protocol requests and responses
28
* lock - trace when lockdir locks are taken or released