[Updated] D11777: dirstate: clarify a `hg update` invocation in a test

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


Closed by commit rHGf3f41e23c1fa: dirstate: clarify a `hg update` invocation in a 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/D11777?vs=31099&id=31239

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

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

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
@@ -18,7 +18,7 @@
 Do we ever miss a sub-second change?:
 
   $ for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
-  >     hg co -qC 0
+  >     hg update -qC 0
   >     echo b > a
   >     hg st
   > done



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


More information about the Mercurial-patches mailing list