[Updated] D11793: test: use a different timestamp for the updated file

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Wed Dec 1 15:23:08 UTC 2021


Closed by commit rHG03644a929d6e: test: use a different timestamp for the updated file (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11793?vs=31115&id=31255

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11793/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11793

AFFECTED FILES
  tests/test-dirstate-race.t

CHANGE DETAILS

diff --git a/tests/test-dirstate-race.t b/tests/test-dirstate-race.t
--- a/tests/test-dirstate-race.t
+++ b/tests/test-dirstate-race.t
@@ -148,6 +148,8 @@
   > 
   > hg update -q -C 0
   > hg cat -r 1 b > b
+  > # make sure the timestamps is not ambiguous and a write will be issued
+  > touch -t 198606251012 b
   > EOF
 
 "hg status" below should excludes "e", of which exec flag is set, for



To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211201/f82565db/attachment.html>


More information about the Mercurial-patches mailing list