comparison tests/test-clone-stream-format.t @ 48653:a3cf460a6b1b

stream-clone: also filter the requirement we put in the bundle 2 We were wrongly putting irrelevant requirements in the bundle and the receiving side was getting confused, treating them as being missing while still putting them in the `requires` file. Leading do corrupted repositories. This changes fix stream-clone behavior regarding format when bundle-2 is involved, so we now also test this cases. Behavior with older version of Mercurial will be fine as they filter the requirements they get from the bundle on their side anyway. Differential Revision: https://phab.mercurial-scm.org/D12084
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 18 Jan 2022 00:19:04 +0100
parents a6f16ec07ed7
children eb5c33f1d08f
comparison
equal deleted inserted replaced
48652:6fd9a17c32ab 48653:a3cf460a6b1b
1 This file contains tests case that deal with format change accross stream clone 1 This file contains tests case that deal with format change accross stream clone
2 2
3 #require serve no-reposimplestore no-chg 3 #require serve no-reposimplestore no-chg
4 4
5 #testcases stream-legacy 5 #testcases stream-legacy stream-bundle2
6
7 (the #stream-bundle2 variant is actually buggy for the moment)
8 6
9 #if stream-legacy 7 #if stream-legacy
10 $ cat << EOF >> $HGRCPATH 8 $ cat << EOF >> $HGRCPATH
11 > [server] 9 > [server]
12 > bundle2.stream = no 10 > bundle2.stream = no