mercurial/commands.py
changeset 4672 272c0a09b203
parent 4659 7a7d4937272b
child 4673 d8442fc0da8d
--- a/mercurial/commands.py	Thu Jun 21 09:25:49 2007 +0200
+++ b/mercurial/commands.py	Thu Jun 21 21:58:18 2007 +0200
@@ -2401,6 +2401,7 @@
 
     class service:
         def init(self):
+            util.set_signal_handler()
             try:
                 self.httpd = hgweb.server.create_server(parentui, repo)
             except socket.error, inst: