changeset 7644 | 182b7114d35a |
parent 7416 | 196b05a548d0 |
child 7787 | b8d750daadde |
--- a/mercurial/hook.py Mon Jan 12 11:39:38 2009 -0600 +++ b/mercurial/hook.py Mon Jan 12 11:48:05 2009 -0600 @@ -49,7 +49,7 @@ (hname, funcname)) try: r = obj(ui=ui, repo=repo, hooktype=name, **args) - except (KeyboardInterrupt, util.SignalInterrupt): + except KeyboardInterrupt: raise except Exception, exc: if isinstance(exc, util.Abort):