Mercurial > hg
view tests/test-inotify-issue1208 @ 11641:ead7550f1aab stable
bookmarks: rewrite _bookmarks method documentation
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Wed, 21 Jul 2010 12:41:18 +0900 |
parents | 9c4e488f105e |
children |
line wrap: on
line source
#!/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`