tests/test-dirstate.t
branchstable
changeset 19092 8c560ad1cdc4
parent 17737 4720d2c903a2
child 22406 2e47e461d2ca
equal deleted inserted replaced
19091:f01a351db791 19092:8c560ad1cdc4
    53   $ hg debugstate
    53   $ hg debugstate
    54   n 644          2 2021-01-01 12:00:00 a
    54   n 644          2 2021-01-01 12:00:00 a
    55 
    55 
    56 Test modulo storage/comparison of absurd dates:
    56 Test modulo storage/comparison of absurd dates:
    57 
    57 
       
    58 #if no-aix
    58   $ touch -t 195001011200 a
    59   $ touch -t 195001011200 a
    59   $ hg st
    60   $ hg st
    60   $ hg debugstate
    61   $ hg debugstate
    61   n 644          2 2018-01-19 15:14:08 a
    62   n 644          2 2018-01-19 15:14:08 a
    62 
    63 #endif