comparison tests/test-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 db565a506729
children 34a5f6c66bc5
comparison
equal deleted inserted replaced
29685:06e642d7f76c 29686:6e375ba01b04
2 2
3 This test is a duplicate of 'test-http.t', feel free to factor out 3 This test is a duplicate of 'test-http.t', feel free to factor out
4 parts that are not bundle1/bundle2 specific. 4 parts that are not bundle1/bundle2 specific.
5 5
6 $ cat << EOF >> $HGRCPATH 6 $ cat << EOF >> $HGRCPATH
7 > [experimental] 7 > [devel]
8 > # This test is dedicated to interaction through old bundle 8 > # This test is dedicated to interaction through old bundle
9 > bundle2-exp = False 9 > legacy.exchange = bundle1
10 > EOF 10 > EOF
11 11
12 $ hg init test 12 $ hg init test
13 $ cd test 13 $ cd test
14 $ echo foo>foo 14 $ echo foo>foo