/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: Jelmer Vernooij
  • Date: 2009-02-09 20:34:46 UTC
  • mfrom: (3989 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4250.
  • Revision ID: jelmer@samba.org-20090209203446-pnod56fkg5lpjlvx
Merge bzr.dev.

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):