tests/test-inotify-lookup
author Mads Kiilerich <mads@kiilerich.com>
Wed, 16 Jun 2010 17:43:35 +0200
changeset 11407 f5be44090ba8
parent 7084 f5c18a581b8b
permissions -rwxr-xr-x
test-import: test git patch import with strip Tests revision 0429d0d49f92

#!/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`