sapling/hgext/inotify
Nicolas Dumazet afb08fe68c inotify: raise correct error if server is already started in a deep repository
When path is too long to be an Unix socket address, we create a socket in a
temporary directory and link from the long path to the shorter one.
But checks in server code at startup were insufficient in this case, and used
to raise an unclear "tried linking .hg/inotify.sock to a temporary socket but
.hg/inotify.sock already exists"
2010-10-09 15:41:53 +02:00
..
linux inotify: remove unused variable 2010-07-24 22:15:22 +02: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