Mercurial > hg-stable
changeset 46850:9dfcadc2cabb
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
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 07 Apr 2021 00:12:07 +0200 |
parents | 1a17c35fb9fd |
children | 3aa78f2aea48 |
files | tests/test-share-safe.t |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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