##// END OF EJS Templates
test-dirstate: remove test with date larger than 32 bit...
Thomas Arendsen Hein -
r17737:4720d2c9 default
parent child Browse files
Show More
@@ -55,10 +55,6 b" Status must not set a's entry to unset ("
55
55
56 Test modulo storage/comparison of absurd dates:
56 Test modulo storage/comparison of absurd dates:
57
57
58 $ touch -t 250001011200 a
59 $ hg st
60 $ hg debugstate
61 n 644 2 2023-08-24 13:21:04 a
62 $ touch -t 195001011200 a
58 $ touch -t 195001011200 a
63 $ hg st
59 $ hg st
64 $ hg debugstate
60 $ hg debugstate
General Comments 0
You need to be logged in to leave comments. Login now