sapling/eden/scm/tests/test-fsmonitor-refreshclock.t
Adam Simpkins ab3a7cb21f Move fb-mercurial sources into an eden/scm subdirectory.
Summary:
In preparation for merging fb-mercurial sources to the Eden repository,
move everything from the top-level directory into an `eden/scm`
subdirectory.
2019-11-13 16:04:48 -08:00

28 lines
405 B
Perl

#require fsmonitor
$ newrepo
$ hg status
$ touch x
At t0:
$ hg status
? x
$ touch y
$ hg debugrefreshwatchmanclock
abort: only automation can run this
[255]
At t1:
$ HGPLAIN=1 hg debugrefreshwatchmanclock
updating watchman clock from '*' to '*' (glob)
Changes between last watchman clock (t0) and "debugrefreshwatchmanclock" (t1) are missed ("touch y")
$ hg status
? x