sapling/hgext/inotify
Thomas Arendsen Hein 567734318a inotify: catch SignalInterrupt during shutdown (issue3351)
When inotify.repowatcher.shutdown() is called, mercurial.error.SignalInterrupt
exception is thrown by mercurial.dispatch._runcatch.catchterm(), therefore
socketlistener.shutdown() is not called.

Catching this allows cleanup action (removing the socket file) to proceed.
2012-04-04 10:57:48 +02:00
..
linux backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
__init__.py hgext: replace uses of hasattr with util.safehasattr 2011-07-25 20:37:12 -05:00
client.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
common.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
linuxserver.py inotify: catch SignalInterrupt during shutdown (issue3351) 2012-04-04 10:57:48 +02:00
server.py building: build inotify for sys.platform='linux*' 2011-09-20 15:21:27 +03:00