##// END OF EJS Templates
tests: add a short `sleep` in test-status.t...
Simon Sapin -
r49286:04d756b7 default
parent child Browse files
Show More
@@ -941,6 +941,7 b' It is still not set when there are unkno'
941 Now the directory is eligible for caching, so its mtime is save in the dirstate
941 Now the directory is eligible for caching, so its mtime is save in the dirstate
942
942
943 $ rm subdir/unknown
943 $ rm subdir/unknown
944 $ sleep 0.1 # ensure the kernels internal clock for mtimes has ticked
944 $ hg status
945 $ hg status
945 $ hg debugdirstate --all --no-dates | grep '^ '
946 $ hg debugdirstate --all --no-dates | grep '^ '
946 0 -1 set subdir
947 0 -1 set subdir
General Comments 0
You need to be logged in to leave comments. Login now