comparison tests/test-ssh-bundle1.t @ 37330:db06c4bb2158

tests: remove superfluous config setting format.usegeneraldelta defaults to true. Differential Revision: https://phab.mercurial-scm.org/D3057
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 18:20:10 -0700
parents cd0ca979a8b8
children 36b2a304216c
comparison
equal deleted inserted replaced
37329:676664592313 37330:db06c4bb2158
13 13
14 $ cat << EOF >> $HGRCPATH 14 $ cat << EOF >> $HGRCPATH
15 > [devel] 15 > [devel]
16 > # This test is dedicated to interaction through old bundle 16 > # This test is dedicated to interaction through old bundle
17 > legacy.exchange = bundle1 17 > legacy.exchange = bundle1
18 > [format] # temporary settings
19 > usegeneraldelta=yes
20 > EOF 18 > EOF
21 19
22 20
23 This test tries to exercise the ssh functionality with a dummy script 21 This test tries to exercise the ssh functionality with a dummy script
24 22