mercurial/verify.py
changeset 27450 467338e690f8
parent 27448 f4f2179077cb
child 27453 8462d7f2c4fe
--- a/mercurial/verify.py	Sun Dec 20 16:34:54 2015 -0600
+++ b/mercurial/verify.py	Sun Dec 20 18:38:21 2015 +0900
@@ -76,9 +76,6 @@
         self.errors[0] += 1
 
     def exc(self, linkrev, msg, inst, filename=None):
-        if isinstance(inst, KeyboardInterrupt):
-            self.ui.warn(_("interrupted"))
-            raise
         if not str(inst):
             inst = repr(inst)
         self.err(linkrev, "%s: %s" % (msg, inst), filename)