# HG changeset patch # User Pierre-Yves David # Date 2021-10-01 13:19:37 # Node ID 73bcfde21fc25752d36d46834675fdc884b3da13 # Parent e2da3ec94169ca75aaaea63de2c75d45c7df2905 dirstate: push back the future a bit in the test The future was set to 2021-01-01, we push it by 10 years. diff --git a/tests/test-dirstate.t b/tests/test-dirstate.t --- a/tests/test-dirstate.t +++ b/tests/test-dirstate.t @@ -53,13 +53,13 @@ Prepare test repo: Set mtime of a into the future: - $ touch -t 202101011200 a + $ touch -t 203101011200 a Status must not set a's entry to unset (issue1790): $ hg status $ hg debugstate - n 644 2 2021-01-01 12:00:00 a + n 644 2 2031-01-01 12:00:00 a Test modulo storage/comparison of absurd dates: