tests/test-dirstate.t
changeset 48114 73bcfde21fc2
parent 48068 bf8837e3d7ce
child 48223 b4f83c9e7905
equal deleted inserted replaced
48113:e2da3ec94169 48114:73bcfde21fc2
    51   adding a
    51   adding a
    52   $ hg ci -m1
    52   $ hg ci -m1
    53 
    53 
    54 Set mtime of a into the future:
    54 Set mtime of a into the future:
    55 
    55 
    56   $ touch -t 202101011200 a
    56   $ touch -t 203101011200 a
    57 
    57 
    58 Status must not set a's entry to unset (issue1790):
    58 Status must not set a's entry to unset (issue1790):
    59 
    59 
    60   $ hg status
    60   $ hg status
    61   $ hg debugstate
    61   $ hg debugstate
    62   n 644          2 2021-01-01 12:00:00 a
    62   n 644          2 2031-01-01 12:00:00 a
    63 
    63 
    64 Test modulo storage/comparison of absurd dates:
    64 Test modulo storage/comparison of absurd dates:
    65 
    65 
    66 #if no-aix
    66 #if no-aix
    67   $ touch -t 195001011200 a
    67   $ touch -t 195001011200 a