~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge updated set_parents api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1105
1105
        BzrNewError.__init__(self)
1106
1106
 
1107
1107
 
1108
 
class GhostRevision(BzrNewError):
1109
 
    """Revision {%(revision_id)s} is a ghost."""
 
1108
class GhostRevisionUnusableHere(BzrNewError):
 
1109
    """Ghost revision {%(revision_id)s} cannot be used here."""
1110
1110
 
1111
1111
    def __init__(self, revision_id):
1112
1112
        BzrNewError.__init__(self)