comparison tests/test-push-http-bundle1.t @ 29686:6e375ba01b04

tests: use 'legacy.exchange' option in various bundle1 tests The new option will stay around. The experimental option was only meant to be temporary.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Wed, 03 Aug 2016 15:34:03 +0200
parents d6d3cf5fda6f
children 34a5f6c66bc5
comparison
equal deleted inserted replaced
29685:06e642d7f76c 29686:6e375ba01b04
3 This test checks behavior related to bundle1 that changed or is likely 3 This test checks behavior related to bundle1 that changed or is likely
4 to change with bundle2. Feel free to factor out any part of the test 4 to change with bundle2. Feel free to factor out any part of the test
5 which does not need to exist to keep bundle1 working. 5 which does not need to exist to keep bundle1 working.
6 6
7 $ cat << EOF >> $HGRCPATH 7 $ cat << EOF >> $HGRCPATH
8 > [experimental] 8 > [devel]
9 > # This test is dedicated to interaction through old bundle 9 > # This test is dedicated to interaction through old bundle
10 > bundle2-exp = False 10 > legacy.exchange = bundle1
11 > EOF 11 > EOF
12 12
13 $ hg init test 13 $ hg init test
14 $ cd test 14 $ cd test
15 $ echo a > a 15 $ echo a > a