Mercurial > hg-stable
changeset 46877:1a85c5d75d53
persistent-nodemap: disable it unconditionally for test-http-protocol.t
This is not relevant for the test and this will avoid a lot of variations.
Differential Revision: https://phab.mercurial-scm.org/D10332
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 09 Apr 2021 03:44:45 +0200 |
parents | a8fa270a0e86 |
children | f8f738c24d2f |
files | tests/test-http-protocol.t |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-http-protocol.t Fri Apr 09 03:15:07 2021 +0200 +++ b/tests/test-http-protocol.t Fri Apr 09 03:44:45 2021 +0200 @@ -1,8 +1,13 @@ #require no-chg +persistent-nodemap is not enabled by default. It is not relevant for this test +so disable it. + $ . $TESTDIR/wireprotohelpers.sh $ cat >> $HGRCPATH << EOF + > [format] + > use-persistent-nodemap = no > [web] > push_ssl = false > allow_push = *