104
104
except (errors.BzrCheckError, errors.RevisionNotPresent), e:
105
105
# If an exception is raised, the revision should not be in the
108
108
# Can also just raise a generic check errors; stream insertion
109
109
# does this to include all the missing data
110
110
self.assertRaises((errors.NoSuchRevision, errors.RevisionNotPresent),