/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 23:39:48 UTC
  • mfrom: (3535.10.11 bzr.dev.bugs)
  • mto: This revision was merged to the branch mainline in revision 4109.
  • Revision ID: james.westby@canonical.com-20090310233948-fybemou7wys2n7v9
Improve the help topic and errors around --fixes.

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