sapling/hgext/inotify
Nicolas Dumazet ddda9ba6fe Fixing issue1542, adding a relevant test
inotify is smart enough to notify you about any changes in a
directory, even if you only watch the directory, and none if its
contents: the recursive add_watch I added was unnecessary.

The only thing that matters here is the recursive status update on
directory deletion.

And scan() has to be called _before_ the deferred call is registered.
(race condition: depending on the times, the previous patch could
apparently fail on the provided test. It's not the case anymore.)
2009-03-26 19:01:06 +09:00
..
linux cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
__init__.py inotify: do not attempt to monkeypatch bundlerepos 2008-12-15 12:02:18 -08:00
client.py inotify: remove unused imports (thanks pyflakes) 2008-11-25 18:45:08 -08:00
common.py Add inotify extension 2008-03-12 15:30:11 -07:00
server.py Fixing issue1542, adding a relevant test 2009-03-26 19:01:06 +09:00