diff mercurial/util.py @ 4672:272c0a09b203

Handle CTRL+C in serve under Windows.
author Marcos Chaves <marcos.nospam@gmail.com>
date Thu, 21 Jun 2007 21:58:18 +0200
parents 7c80e3e6f030
children d8442fc0da8d
line wrap: on
line diff
--- a/mercurial/util.py	Thu Jun 21 09:25:49 2007 +0200
+++ b/mercurial/util.py	Thu Jun 21 21:58:18 2007 +0200
@@ -1100,6 +1100,9 @@
                 return p_name
         return default
 
+    def set_signal_handler():
+        pass
+
 def find_exe(name, default=None):
     '''find path of an executable.
     if name contains a path component, return it as is.  otherwise,