~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge in nested progress bars.

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
 
765
765
class LocalRequiresBoundBranch(BzrNewError):
766
766
    """Cannot perform local-only commits on unbound branches."""
 
767
 
 
768
 
 
769
class MissingProgressBarFinish(BzrNewError):
 
770
    """A nested progress bar was not 'finished' correctly."""