Mercurial > evolve
comparison tests/test-simple4server.t @ 1721:d3429d25e0cb
test: also use 'devel.legacy.exchange=bundle1' in test
Changeset 39537bc64442 in mercurial removed the 'experimental.bundle2' option.
We use the new option in parallel.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 09 Aug 2016 00:37:58 +0200 |
parents | 97b9141cbf72 |
children | 343298df3f26 e036dfc8cfcc |
comparison
equal
deleted
inserted
replaced
1720:fe64e69da57b | 1721:d3429d25e0cb |
---|---|
6 > push_ssl = false | 6 > push_ssl = false |
7 > allow_push = * | 7 > allow_push = * |
8 > [phases] | 8 > [phases] |
9 > publish = False | 9 > publish = False |
10 > [experimental] | 10 > [experimental] |
11 > bundle2-exp=False | 11 > bundle2-exp=False # < Mercurial-4.0 |
12 > [devel] | |
13 > legacy.exchange=bundle1 | |
12 > [extensions] | 14 > [extensions] |
13 > EOF | 15 > EOF |
14 | 16 |
15 $ mkcommit() { | 17 $ mkcommit() { |
16 > echo "$1" > "$1" | 18 > echo "$1" > "$1" |