~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-29 14:21:55 UTC
  • mfrom: (3042.1.2 send-optional-address)
  • Revision ID: pqm@pqm.ubuntu.com-20071129142155-4yb05lbhm0eiyczd
Mailto address now optional for send with interactive clients (Lalinsky)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2381
2381
    _fmt = "No message supplied."
2382
2382
 
2383
2383
 
 
2384
class NoMailAddressSpecified(BzrError):
 
2385
 
 
2386
    _fmt = "No mail-to address specified."
 
2387
 
 
2388
 
2384
2389
class UnknownMailClient(BzrError):
2385
2390
 
2386
2391
    _fmt = "Unknown mail client: %(mail_client)s"