diff mercurial/util.py @ 4673:d8442fc0da8d

Merge with crew
author Patrick Mezard <pmezard@gmail.com>
date Thu, 21 Jun 2007 22:19:41 +0200
parents e241598e956f 272c0a09b203
children 849f011dbf79
line wrap: on
line diff
--- a/mercurial/util.py	Thu Jun 21 13:09:01 2007 -0500
+++ b/mercurial/util.py	Thu Jun 21 22:19:41 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,