/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: 2009-01-27 17:27:41 UTC
  • mto: This revision was merged to the branch mainline in revision 3982.
  • Revision ID: mbp@sourcefrog.net-20090127172741-kg1zwh7roiokob7r
pep8 correctness (maybe) for global variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
17
 
18
 
debug_flags = set()
19
18
"""Set of flags that enable different debug behaviour.
20
19
 
21
20
These are set with eg ``-Dlock`` on the bzr command line.
23
22
See "bzr help global-options" or bzrlib/help_topics/__init__.py
24
23
for a list of the available options.
25
24
"""
 
25
 
 
26
debug_flags = set()