/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/errors.py

  • Committer: James Westby
  • Date: 2009-03-10 08:35:35 UTC
  • mto: (4108.1.1 jamesw-integration)
  • mto: This revision was merged to the branch mainline in revision 4109.
  • Revision ID: james.westby@canonical.com-20090310083535-7uqrw5k93ntpdc09
Make the improved messages show up in the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2423
2423
class MalformedBugIdentifier(BzrError):
2424
2424
 
2425
2425
    _fmt = ('Did not understand bug identifier %(bug_id)s: %(reason)s. '
2426
 
            'See "bzr help bugs" for more information on this feature')
 
2426
            'See "bzr help bugs" for more information on this feature.')
2427
2427
 
2428
2428
    def __init__(self, bug_id, reason):
2429
2429
        self.bug_id = bug_id