tests/test-dirstate-future
changeset 9378 1a7bcf58ba56
equal deleted inserted replaced
9376:68f393788895 9378:1a7bcf58ba56
       
     1 #!/bin/sh
       
     2 
       
     3 hg init
       
     4 echo a > a
       
     5 hg add
       
     6 hg ci -m1
       
     7 
       
     8 # set mtime of a into the future
       
     9 touch -t 202101011200 a
       
    10 
       
    11 # status must not set a's entry to unset (issue1790)
       
    12 hg status
       
    13 hg debugstate