/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: Aaron Bentley
  • Date: 2009-03-11 07:24:19 UTC
  • mfrom: (4110 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4130.
  • Revision ID: aaron@aaronbentley.com-20090311072419-029z2ec0lxfc6ns1
Merge bzr.dev into send-hookage

Show diffs side-by-side

added added

removed removed

Lines of Context:
2503
2503
 
2504
2504
class MalformedBugIdentifier(BzrError):
2505
2505
 
2506
 
    _fmt = "Did not understand bug identifier %(bug_id)s: %(reason)s"
 
2506
    _fmt = ('Did not understand bug identifier %(bug_id)s: %(reason)s. '
 
2507
            'See "bzr help bugs" for more information on this feature.')
2507
2508
 
2508
2509
    def __init__(self, bug_id, reason):
2509
2510
        self.bug_id = bug_id