# HG changeset patch # User Raphaël Gomès # Date 1686559800 -7200 # Node ID e7a3611181aa9a015e0802ffce33c0475b192642 # Parent 95fe6e70cab5e9359db8871ac4ca953d50bff5d6 test-dirstate-version-fallback: future-proof the test for a different default Dirstate-v2 will become the default at some point, which would cause this test to fail. Let's save someone else the headache later. diff -r 95fe6e70cab5 -r e7a3611181aa tests/test-dirstate-version-fallback.t --- a/tests/test-dirstate-version-fallback.t Thu Jun 08 17:02:04 2023 +0200 +++ b/tests/test-dirstate-version-fallback.t Mon Jun 12 10:50:00 2023 +0200 @@ -1,6 +1,8 @@ $ cat >> $HGRCPATH << EOF > [storage] > dirstate-v2.slow-path=allow + > [format] + > use-dirstate-v2=no > EOF Set up a v1 repo