diff tests/test-dirstate-status-write-race.t @ 50222:ecd28d89c29e stable

dirstate-v2: add devel config option to control write behavior This will help us to write predictable tests checking behavior in each case.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 28 Feb 2023 15:49:53 +0100
parents 35ea3c139104
children 3f34d800cc69
line wrap: on
line diff
--- a/tests/test-dirstate-status-write-race.t	Fri Feb 24 18:21:54 2023 +0100
+++ b/tests/test-dirstate-status-write-race.t	Tue Feb 28 15:49:53 2023 +0100
@@ -93,7 +93,7 @@
   $ hg add dir/o
   $ hg remove dir/nested/m
 
-  $ hg st
+  $ hg st --config devel.dirstate.v2.data_update_mode=force-new
   A dir/o
   R dir/nested/m
   ? dir/n