sapling/hgext/inotify
Nikolaj Sjujskij 7548a4a762 building: build inotify for sys.platform='linux*'
If Python interpreter was built under Linux 3.x kernel, it reports
sys.platform to be 'linux3' (it is fixed for Python 3, but not for 2.x).
This cancels building inotify extension, which was built only for 'linux2'
platform. Improved test checks if sys.platform begins with 'linux', and together
with test for kernel version to be greater than 2.6 it seems to cover all known
cases.
2011-09-20 15:21:27 +03: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 hgext: fixup a couple missed file().read() instances 2011-05-03 21:53:13 -05:00
server.py building: build inotify for sys.platform='linux*' 2011-09-20 15:21:27 +03:00