~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-02-14 00:24:06 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20090214002406-h2zfezq54iylm2w8
Tags: 1.12-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2171
2171
    _fmt = "Cannot perform local-only commits on unbound branches."
2172
2172
 
2173
2173
 
2174
 
class MissingProgressBarFinish(BzrError):
2175
 
 
2176
 
    _fmt = "A nested progress bar was not 'finished' correctly."
2177
 
 
2178
 
 
2179
2174
class InvalidProgressBarType(BzrError):
2180
2175
 
2181
2176
    _fmt = ("Environment variable BZR_PROGRESS_BAR='%(bar_type)s"
2663
2658
 
2664
2659
class NoMailAddressSpecified(BzrError):
2665
2660
 
2666
 
    _fmt = "No mail-to address specified."
 
2661
    _fmt = "No mail-to address (--mail-to) or output (-o) specified."
2667
2662
 
2668
2663
 
2669
2664
class UnknownMailClient(BzrError):