--- a/mercurial/verify.py Tue Sep 18 16:45:13 2018 -0700
+++ b/mercurial/verify.py Tue Sep 18 16:47:09 2018 -0700
@@ -360,7 +360,7 @@
try:
fl = repo.file(f)
- except error.RevlogError as e:
+ except error.StorageError as e:
self.err(lr, _("broken revlog! (%s)") % e, f)
continue