sapling/eden/scm/tests/test-fsmonitor-refreshclock.t
Durham Goode d02d5cdbfe py3: fix test-fsmonitor*
Summary: These now pass

Reviewed By: quark-zju

Differential Revision: D22127383

fbshipit-source-id: bcaad400d9f849251e396b68ad1b4d04c8831314
2020-06-19 13:40:18 -07: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