~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

merge merge tweaks from aaron, which includes latest .dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    logging.getLogger('').addHandler(_stderr_handler)
198
198
 
199
199
 
200
 
 
201
200
def disable_default_logging():
202
201
    """Turn off default log handlers.
203
202