17
17
"""Set of flags that enable different debug behaviour.
19
19
These are set with eg ``-Dlock`` on the bzr command line or in
23
23
for a list of the available options.
29
31
def set_debug_flags_from_config():
30
32
"""Turn on debug flags based on the global configuration"""
35
37
for f in c.get('debug_flags'):