inotify: call match.explicitdir
inotify only returns explicit directories matched.
--- a/hgext/inotify/client.py Sun Apr 28 21:27:57 2013 -0700
+++ b/hgext/inotify/client.py Sun Apr 28 21:28:31 2013 -0700
@@ -159,7 +159,7 @@
vdirs = cs.read(nbytes)
if vdirs:
for vdir in vdirs.split('\0'):
- match.dir(vdir)
+ match.explicitdir(vdir)
return results