##// END OF EJS Templates
dirstate: push back the future a bit in the test...
marmoute -
r48926:73bcfde2 default
parent child Browse files
Show More
@@ -53,13 +53,13 b' Prepare test repo:'
53 53
54 54 Set mtime of a into the future:
55 55
56 $ touch -t 202101011200 a
56 $ touch -t 203101011200 a
57 57
58 58 Status must not set a's entry to unset (issue1790):
59 59
60 60 $ hg status
61 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 64 Test modulo storage/comparison of absurd dates:
65 65
General Comments 0
You need to be logged in to leave comments. Login now