mercurial/commands.py
changeset 14237 4d684d8210a1
parent 14220 21b8ce4d3331
child 14238 d466d592e8cf
--- a/mercurial/commands.py	Fri May 06 15:36:05 2011 +0200
+++ b/mercurial/commands.py	Fri May 06 15:41:04 2011 +0200
@@ -3756,7 +3756,7 @@
 
     class service(object):
         def init(self):
-            util.set_signal_handler()
+            util.setsignalhandler()
             self.httpd = hgweb.server.create_server(ui, app)
 
             if opts['port'] and not ui.verbose: