/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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-03 06:25:46 UTC
  • mfrom: (5197.1.1 merge-2.1-into-devel)
  • Revision ID: pqm@pqm.ubuntu.com-20100503062546-wn9nc683p0m0angh
(andrew) Merge lp:bzr/2.1 into lp:bzr, including fix for #528041.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
 
113
113
def note(*args, **kwargs):
114
 
    """Output a note to the user.
115
 
 
116
 
    Takes the same parameters as logging.info.
117
 
    :return: None
118
 
    """
119
114
    # FIXME note always emits utf-8, regardless of the terminal encoding
120
115
    #
121
116
    # FIXME: clearing the ui and then going through the abstract logging