~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-12 19:55:34 UTC
  • mto: (1587.1.6 bound-branches)
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: john@arbash-meinel.com-20051112195534-3e33d6225502834b
(broken) working on implementing bound branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
class StrictCommitFailed(Exception):
206
206
    """Commit refused because there are unknowns in the tree."""
207
207
 
 
208
class CannotBind(BzrNewError):
 
209
    """Cannot bind: %(msg)s"""
 
210
 
208
211
class NoSuchRevision(BzrError):
209
212
    def __init__(self, branch, revision):
210
213
        self.branch = branch