tests/test-inotify-lookup.t
author Sean Farley <sean.michael.farley@gmail.com>
Sun, 11 Aug 2013 23:50:32 -0500
changeset 19612 df54cc67b91b
parent 18594 a9e830ecd9fb
permissions -rw-r--r--
workingfilectx: inherit from basefilectx instead of filectx


  $ "$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
  a
  $ "$TESTDIR/killdaemons.py" .hg/inotify.pid