mercurial/localrepo.py
changeset 7644 182b7114d35a
parent 7641 d2f753830f80
child 7654 816b708f23af
--- a/mercurial/localrepo.py	Mon Jan 12 11:39:38 2009 -0600
+++ b/mercurial/localrepo.py	Mon Jan 12 11:48:05 2009 -0600
@@ -412,7 +412,7 @@
                 if not l: continue
                 node, label = l.split(" ", 1)
                 partial[label.strip()] = bin(node)
-        except (KeyboardInterrupt, util.SignalInterrupt):
+        except KeyboardInterrupt:
             raise
         except Exception, inst:
             if self.ui.debugflag: