/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: Jelmer Vernooij
  • Date: 2010-03-02 19:50:18 UTC
  • mfrom: (5071 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5072.
  • Revision ID: jelmer@samba.org-20100302195018-x2rz29tcs77k4v67
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    _bzr_logger.error(*args, **kwargs)
146
146
 
147
147
 
148
 
def show_error(msg):
 
148
def show_error(*args, **kwargs):
149
149
    """Show an error message to the user.
150
150
 
151
151
    Don't use this for exceptions, use report_exception instead.