comparison tests/test-ssh-proto-unbundle.t @ 40919:a0886a4d6dce

tests: remove all transitional configuration Now that sparse-revlog is enabled by default, we no longer needs it. Differential Revision: https://phab.mercurial-scm.org/D5346
author Boris Feld <boris.feld@octobus.net>
date Mon, 12 Nov 2018 02:21:52 +0100
parents 4bb6195755b1
children d7304434390f
comparison
equal deleted inserted replaced
40918:3764330f76a6 40919:a0886a4d6dce
1 TRANSITIONAL CONFIG
2 $ cat << EOF >> $HGRCPATH
3 > [format]
4 > sparse-revlog = yes
5 > EOF
6
7 $ cat > hgrc-sshv2 << EOF 1 $ cat > hgrc-sshv2 << EOF
8 > %include $HGRCPATH 2 > %include $HGRCPATH
9 > [experimental] 3 > [experimental]
10 > sshpeer.advertise-v2 = true 4 > sshpeer.advertise-v2 = true
11 > sshserver.support-v2 = true 5 > sshserver.support-v2 = true