~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Robert Collins
  • Date: 2010-05-05 02:35:02 UTC
  • mto: This revision was merged to the branch mainline in revision 5206.
  • Revision ID: robertc@robertcollins.net-20100505023502-fzybvhmxe9sv3b3g
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    """Output a note to the user.
115
115
 
116
116
    Takes the same parameters as logging.info.
 
117
 
117
118
    :return: None
118
119
    """
119
120
    # FIXME note always emits utf-8, regardless of the terminal encoding