~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: 2009-01-15 07:34:16 UTC
  • mfrom: (3882.7.17 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090115073416-vnzvkab4dfesetj0
(mbp) transport-based progress bars

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"