author | Brendan Cully <brendan@kublai.com> |
Sat, 18 Oct 2008 13:22:29 -0700 | |
changeset 7142 | 88f1b8081f1c |
parent 6997 | 9c4e488f105e |
permissions | -rwxr-xr-x |
#!/bin/sh "$TESTDIR/hghave" inotify || exit 80 echo "[extensions]" >> $HGRCPATH echo "inotify=" >> $HGRCPATH p="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" hg init $p cd $p echo % fail ln -sf doesnotexist .hg/inotify.sock hg st hg inserve rm .hg/inotify.sock echo % inserve hg inserve -d --pid-file=hg.pid cat hg.pid >> "$DAEMON_PIDS" echo % status hg status kill `cat hg.pid`