Mercurial > hg
view tests/test-inotify-lookup @ 7226:b71a52f101dc
Make it possible to disable filtering for a pattern.
Rationale: Apparently there were no way to disable for example win32text extension locally.
RFC: Can it already be done another way?
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 14 Oct 2008 21:28:49 +0200 |
parents | f5c18a581b8b |
children |
line wrap: on
line source
#!/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`