tests/test-inotify-lookup.t
author Bryan O'Sullivan <bryano@fb.com>
Fri, 06 Jul 2012 20:19:55 -0700
changeset 17121 d13f47c800fd
parent 12457 5ae8711ea324
child 18594 a9e830ecd9fb
permissions -rw-r--r--
setup: disable -mno-cygwin if building under mingw32 This gcc option has been deprecated since at least 2009 (gcc 4.4), and it causes compilations to fail entirely with gcc 4.6.x. Upstream distutils bug: http://bugs.python.org/issue12641


  $ "$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
  $ kill `cat .hg/inotify.pid`