963
963
class NoSuchRevision(BzrError):
969
969
def __init__(self, branch, revision):
970
971
BzrError.__init__(self, branch=branch, revision=revision)
973
975
class NotLeftParentDescendant(BzrError):
975
977
_fmt = ("Revision %(old_revision)s is not the left parent of"