mercurial/__init__.py
author Edouard Gomez <ed.gomez@free.fr>
Sun, 10 Jul 2005 16:02:39 -0800
changeset 668 d93f0b127b6a
parent 0 9117c6561b0b
permissions -rw-r--r--
Dont trap SIGHUP on the other OS # HG changeset patch # User Edouard Gomez <ed.gomez@free.fr> # Node ID 34a547cb33fe515ef4cdc8ccd173546671253ae9 # Parent 8c89408a7154d2da94766e957a088407fd0fef93 Dont trap SIGHUP on the other OS HG doesn't work anymore on the other OS since signals are trapped. This is due to the fact that as explained in Python docs not all signals are defined for all platforms, so python was complaning about missing signal.SIGHUP.