[Updated] D11798: tests: remove potential mtime ambiguity in a dirstate test
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Dec 1 15:25:04 UTC 2021
Closed by commit rHG27218f0606df: tests: remove potential mtime ambiguity in a dirstate test (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/D11798?vs=31120&id=31260
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11798/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11798
AFFECTED FILES
tests/test-rebuildstate.t
CHANGE DETAILS
diff --git a/tests/test-rebuildstate.t b/tests/test-rebuildstate.t
--- a/tests/test-rebuildstate.t
+++ b/tests/test-rebuildstate.t
@@ -79,6 +79,7 @@
$ touch foo bar qux
$ hg add qux
$ hg remove bar
+ $ sleep 1 # remove potential ambiguity in mtime
$ hg status -A
A qux
R bar
@@ -106,6 +107,7 @@
$ hg manifest
bar
foo
+ $ sleep 1 # remove potential ambiguity in mtime
$ hg status -A
A qux
R bar
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/15537a97/attachment.html>
More information about the Mercurial-patches
mailing list