comparison tests/test-dirstate.t @ 48114:73bcfde21fc2

dirstate: push back the future a bit in the test The future was set to 2021-01-01, we push it by 10 years.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 01 Oct 2021 15:19:37 +0200
parents bf8837e3d7ce
children b4f83c9e7905
comparison
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