tests/test-inotify-lookup.t
branchstable
changeset 21160 564f55b25122
parent 21028 a0f437e2f5a9
parent 21159 024f38f6d5f6
child 21161 ef59019f4771
equal deleted inserted replaced
21028:a0f437e2f5a9 21160:564f55b25122
     1 
       
     2   $ "$TESTDIR/hghave" inotify || exit 80
       
     3   $ hg init
       
     4   $ echo "[extensions]" > .hg/hgrc
       
     5   $ echo "inotify=" >> .hg/hgrc
       
     6   $ hg inserve -d --pid-file .hg/inotify.pid
       
     7   $ echo a > a
       
     8   $ hg ci -Aqm0
       
     9   $ hg co -q null
       
    10   $ hg co -q
       
    11   $ hg st
       
    12   $ cat a
       
    13   a
       
    14   $ "$TESTDIR/killdaemons.py" .hg/inotify.pid