##// END OF EJS Templates
error: derive RevlogError from HintException instead of Exception...
Jordi Gutiérrez Hermoso -
r25249:4311e78a default
parent child Browse files
Show More
@@ -18,7 +18,7 b' class HintException(Exception):'
18 Exception.__init__(self, *args)
18 Exception.__init__(self, *args)
19 self.hint = kw.get('hint')
19 self.hint = kw.get('hint')
20
20
21 class RevlogError(Exception):
21 class RevlogError(HintException):
22 pass
22 pass
23
23
24 class FilteredIndexError(IndexError):
24 class FilteredIndexError(IndexError):
General Comments 0
You need to be logged in to leave comments. Login now