sapling/hgext/inotify
Dan Villiom Podlaski Christiansen ec590d5cd4 explicitly close files
Add missing calls to close() to many places where files are
opened. Relying on reference counting to catch them soon-ish is not
portable and fails in environments with a proper GC, such as PyPy.
2010-12-24 15:23:01 +01:00
..
linux explicitly close files 2010-12-24 15:23:01 +01:00
__init__.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09: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 removed exception args indexing (not supported by py3k) 2010-07-14 23:03:21 -03:00
server.py inotify: raise correct error if server is already started in a deep repository 2010-10-09 15:41:53 +02:00