tests/test-inotify-lookup
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:26:26 +0200
changeset 9217 9cdb6964c3a3
parent 7084 f5c18a581b8b
permissions -rwxr-xr-x
win32text: use reST syntax for literal blocks

#!/bin/sh

"$TESTDIR/hghave" inotify || exit 80

hg init
echo "[extensions]" > .hg/hgrc
echo "inotify=" >> .hg/hgrc
hg inserve -d --pid-file .hg/inotify.pid

echo a > a
hg ci -Aqm0
hg co -q null
hg co -q
hg st
cat a

kill `cat .hg/inotify.pid`