# HG changeset patch # User Pierre-Yves David # Date 1617747127 -7200 # Node ID 9dfcadc2cabb30ead0b40cfbb9d692217ca1af7d # Parent 1a17c35fb9fd9e109b3ecdf22e682a9d610a961d test: explicitly use zlib compression in tests/test-share-safe.t We need the implicit value to be explicit until we can change the default in some case. Differential Revision: https://phab.mercurial-scm.org/D10323 diff -r 1a17c35fb9fd -r 9dfcadc2cabb tests/test-share-safe.t --- a/tests/test-share-safe.t Tue Apr 06 18:50:32 2021 +0200 +++ b/tests/test-share-safe.t Wed Apr 07 00:12:07 2021 +0200 @@ -7,6 +7,9 @@ > use-share-safe = True > [storage] > revlog.persistent-nodemap.slow-path=allow + > # enforce zlib to ensure we can upgrade to zstd later + > [format] + > revlog-compression=zlib > EOF prepare source repo