sapling/hgext/inotify
Nicolas Dumazet 8a843dec9d inotify: server: move split() out of server
split() has nothing to do with the server logic, it does not need to be
in the class. Move it on top, next to join() which does the opposite.
2009-05-27 00:29:11 +09:00
..
linux inotify: Coding Style: name classes in lowercase. 2009-05-11 08:19:28 +09:00
__init__.py use new style classes 2009-06-10 15:10:21 +02:00
client.py inotify: introduce debuginotify, which lists which paths are under watch 2009-04-22 00:37:35 +09:00
common.py inotify: introduce debuginotify, which lists which paths are under watch 2009-04-22 00:37:35 +09:00
server.py inotify: server: move split() out of server 2009-05-27 00:29:11 +09:00