# HG changeset patch # User Pierre-Yves David # Date 1617934387 -7200 # Node ID f8f738c24d2f836b3f2148b2dfde9f7c1ae15d3c # Parent 1a85c5d75d53b0ec8b348c4dd2e5025d6d210ede persistent-nodemap: disable it unconditionally for test-share-safe.t This is not relevant for the test and this will avoid a lot of variations. Differential Revision: https://phab.mercurial-scm.org/D10333 diff -r 1a85c5d75d53 -r f8f738c24d2f tests/test-share-safe.t --- a/tests/test-share-safe.t Fri Apr 09 03:44:45 2021 +0200 +++ b/tests/test-share-safe.t Fri Apr 09 04:13:07 2021 +0200 @@ -10,6 +10,8 @@ > # enforce zlib to ensure we can upgrade to zstd later > [format] > revlog-compression=zlib + > # we want to be able to enable it later + > use-persistent-nodemap=no > EOF prepare source repo