tests/test-status.t
changeset 48455 04d756b7c0b5
parent 48454 473af5cbc209
child 48681 e845537f6adb
equal deleted inserted replaced
48454:473af5cbc209 48455:04d756b7c0b5
   939       0         -1 unset               subdir
   939       0         -1 unset               subdir
   940 
   940 
   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 kernel’s 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
   947 
   948 
   948 This time the command should be ever so slightly faster since it does not need `read_dir("subdir")`
   949 This time the command should be ever so slightly faster since it does not need `read_dir("subdir")`