~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-28 04:12:43 UTC
  • Revision ID: mbp@sourcefrog.net-20050328041243-9ee1a1514822c77c
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# at some point.
39
39
silent = False
40
40
 
 
41
 
 
42
# TODO: Somehow tie this to the --verbose option?
41
43
verbose = False
42
44
 
43
45