comparison tests/test-share-safe.t @ 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 16c18d5e5dc8
children f8f738c24d2f
comparison
equal deleted inserted replaced
46849:1a17c35fb9fd 46850:9dfcadc2cabb
5 > share = 5 > share =
6 > [format] 6 > [format]
7 > use-share-safe = True 7 > use-share-safe = True
8 > [storage] 8 > [storage]
9 > revlog.persistent-nodemap.slow-path=allow 9 > revlog.persistent-nodemap.slow-path=allow
10 > # enforce zlib to ensure we can upgrade to zstd later
11 > [format]
12 > revlog-compression=zlib
10 > EOF 13 > EOF
11 14
12 prepare source repo 15 prepare source repo
13 16
14 $ hg init source 17 $ hg init source