mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 14:34:34 +03:00
d02d5cdbfe
Summary: These now pass Reviewed By: quark-zju Differential Revision: D22127383 fbshipit-source-id: bcaad400d9f849251e396b68ad1b4d04c8831314
28 lines
405 B
Perl
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
|