Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 14237:4d684d8210a1
rename util.set_signal_handler to setsignalhandler
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:41:04 +0200 |
parents | 21b8ce4d3331 |
children | d466d592e8cf |
line wrap: on
line diff
--- 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: