/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

remove more duplicate merged hunks. Bad MERGE3, BAD.

Show diffs side-by-side

added added

removed removed

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