Mercurial > hg-stable
changeset 48126: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 | e2da3ec94169 |
children | b067d22dc6ad |
files | tests/test-dirstate.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-dirstate.t Thu Sep 30 18:07:31 2021 +0200 +++ b/tests/test-dirstate.t Fri Oct 01 15:19:37 2021 +0200 @@ -53,13 +53,13 @@ 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: