mercurial/error.py
changeset 25249 4311e78a4609
parent 25248 821e664924dc
child 25484 a5192774e925
--- a/mercurial/error.py	Thu May 21 16:28:06 2015 -0400
+++ b/mercurial/error.py	Thu May 21 16:20:34 2015 -0400
@@ -18,7 +18,7 @@
         Exception.__init__(self, *args)
         self.hint = kw.get('hint')
 
-class RevlogError(Exception):
+class RevlogError(HintException):
     pass
 
 class FilteredIndexError(IndexError):