~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-06-29 17:07:26 UTC
  • mfrom: (1793.2.16 bundles)
  • Revision ID: pqm@pqm.ubuntu.com-20060629170726-bc2f3986d337be18
Clean up bundle command

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
_bzr_logger = logging.getLogger('bzr')
76
76
 
77
77
def note(*args, **kwargs):
 
78
    # FIXME note always emits utf-8, regardless of the terminal encoding
78
79
    import bzrlib.ui
79
80
    bzrlib.ui.ui_factory.clear_term()
80
81
    _bzr_logger.info(*args, **kwargs)