/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: Daniel Watkins
  • Date: 2009-02-08 13:31:30 UTC
  • mto: (3986.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3988.
  • Revision ID: daniel@daniel-watkins.co.uk-20090208133130-8r5225mspte7ypwv
Fixed #198418

Show diffs side-by-side

added added

removed removed

Lines of Context:
2658
2658
 
2659
2659
class NoMailAddressSpecified(BzrError):
2660
2660
 
2661
 
    _fmt = "No mail-to address specified."
 
2661
    _fmt = "No mail-to address (--mail-to) or output (-o) specified."
2662
2662
 
2663
2663
 
2664
2664
class UnknownMailClient(BzrError):