diff mercurial/commands.py @ 4673:d8442fc0da8d

Merge with crew
author Patrick Mezard <pmezard@gmail.com>
date Thu, 21 Jun 2007 22:19:41 +0200
parents 150afe6becf6 272c0a09b203
children 0f6e2b37512d
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Jun 21 13:09:01 2007 -0500
+++ b/mercurial/commands.py	Thu Jun 21 22:19:41 2007 +0200
@@ -2432,6 +2432,7 @@
 
     class service:
         def init(self):
+            util.set_signal_handler()
             try:
                 self.httpd = hgweb.server.create_server(parentui, repo)
             except socket.error, inst: