changeset 4672 | 272c0a09b203 |
parent 4647 | 7c80e3e6f030 |
child 4673 | d8442fc0da8d |
--- 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,