Mercurial > hg-stable
view tests/test-inotify-issue1556.t @ 20405:cb63aa14aaf7
repoview: use repo.revs() instead of a private revset method
Breaks an import cycle.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 04 Feb 2014 17:13:45 -0500 |
parents | 895d65364570 |
children |
line wrap: on
line source
$ "$TESTDIR/hghave" inotify || exit 80 $ hg init $ touch a b $ hg add a b $ rm b status without inotify $ hg st A a ! b $ echo "[extensions]" >> $HGRCPATH $ echo "inotify=" >> $HGRCPATH inserve $ hg inserve -d --pid-file=hg.pid 2>&1 $ cat hg.pid >> "$DAEMON_PIDS" status $ hg st A a ! b ? hg.pid $ sleep 1 Are we able to kill the service? if not, the service died on some error $ "$TESTDIR/killdaemons.py" hg.pid