mercurial/commands.py
changeset 1214 34706a835d4a
parent 1212 ccb6201e3f28
child 1215 8b4435aae40a
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1961,6 +1961,8 @@ def dispatch(args):
             raise
     except hg.RepoError, inst:
         u.warn("abort: ", inst, "!\n")
+    except revlog.RevlogError, inst:
+        u.warn("abort: ", inst, "!\n")
     except SignalInterrupt:
         u.warn("killed!\n")
     except KeyboardInterrupt: