Mercurial > hg
comparison tests/test-inotify-issue1208 @ 6996:fecf060f32a1
inotify: deactivate inotify status on failure
workaround issue1208, add test
fix traceback handling (socket.error is a singleton in this case)
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 06 Sep 2008 12:49:20 +0200 |
parents | |
children | 9c4e488f105e |
comparison
equal
deleted
inserted
replaced
6995:25619b72f86a | 6996:fecf060f32a1 |
---|---|
1 #!/bin/sh | |
2 | |
3 "$TESTDIR/hghave" inotify || exit 80 | |
4 | |
5 echo "[extensions]" >> $HGRCPATH | |
6 echo "inotify=" >> $HGRCPATH | |
7 | |
8 p="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" | |
9 hg init $p | |
10 cd $p | |
11 | |
12 echo % inserve | |
13 hg inserve | |
14 echo % status | |
15 hg status |