~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-12 08:29:25 UTC
  • mfrom: (1652.1.3 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060412082925-f1988a4619180117
(olaf) fix resolve command in subdir; python logging shutdown

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
def disable_test_log((test_log_hdlr, old_trace_file)):
249
249
    _bzr_logger.removeHandler(test_log_hdlr)
 
250
    test_log_hdlr.close()
250
251
    _trace_file = old_trace_file
251
252
    enable_default_logging()
252
253