mercurial/commands.py
changeset 1214 34706a835d4a
parent 1212 ccb6201e3f28
child 1215 8b4435aae40a
--- a/mercurial/commands.py	Wed Sep 07 23:13:12 2005 -0700
+++ b/mercurial/commands.py	Wed Sep 07 23:38:28 2005 -0700
@@ -1961,6 +1961,8 @@
             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: