~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2008-05-12 00:14:54 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20080512001454-yjpajuiocykl48p9
Tags: 1.5~rc1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
    This flushes, but does not close the trace file.
296
296
    
297
297
    Takes the memento returned from _push_log_file."""
298
 
    assert magic == 'log_memento'
299
298
    global _trace_file
300
299
    _trace_file = old_trace_file
301
300
    bzr_logger = logging.getLogger('bzr')