/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/tests/test_osutils.py

Merge up with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1096
1096
 
1097
1097
 
1098
1098
# NOTE: If update these, please also update the help for global-options in
1099
 
#       bzrlib/help_topics.py.
 
1099
#       bzrlib/help_topics/__init__.py
1100
1100
 
1101
1101
debug_flags = set()
1102
1102
"""Set of flags that enable different debug behaviour.
1109
1109
 * error - show stack traces for all top level exceptions
1110
1110
 * evil - capture call sites that do expensive or badly-scaling operations.
1111
1111
 * fetch - trace history copying between repositories
 
1112
 * hashcache - log every time a working file is read to determine its hash
1112
1113
 * hooks - trace hook execution
1113
1114
 * hpss - trace smart protocol requests and responses
1114
1115
 * http - trace http connections, requests and responses
1115
1116
 * index - trace major index operations
 
1117
 * knit - trace knit operations
1116
1118
 * lock - trace when lockdir locks are taken or released
1117
1119
 * merge - emit information for debugging merges
1118
1120