~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2010-01-15 03:29:33 UTC
  • mto: This revision was merged to the branch mainline in revision 4967.
  • Revision ID: mbp@sourcefrog.net-20100115032933-5laj6tbzh4nx7o2r
trace quietness now controls whether the progress bar appears

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    osutils,
83
83
    plugin,
84
84
    symbol_versioning,
 
85
    ui,
85
86
    )
86
87
""")
87
88
 
364
365
    global _verbosity_level
365
366
    _verbosity_level = level
366
367
    _update_logging_level(level < 0)
 
368
    ui.ui_factory.be_quiet(level < 0)
367
369
 
368
370
 
369
371
def get_verbosity_level():