~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

- new commit --strict option

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    def __str__(self):
126
126
        return self.args[0]
127
127
 
 
128
class StrictCommitFailed(Exception):
 
129
    """Commit refused because there are unknowns in the tree."""
128
130
 
129
131
class NotBranchError(BzrNewError):
130
132
    """Not a branch: %(path)s"""