/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: Martin Pool
  • Date: 2009-09-18 01:02:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4712.
  • Revision ID: mbp@sourcefrog.net-20090918010251-mr6ur1awom92o52m
Remove trace.info

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
# configure convenient aliases for output routines
126
126
#
127
127
# TODO: deprecate them, have one name for each.
128
 
info = note
129
128
error =     _bzr_logger.error
130
129
 
131
130