# HG changeset patch # User Pierre-Yves David # Date 1444960437 -3600 # Node ID ec7e0dbe56d5d50b76bbdf1e7429fcd6d8827b78 # Parent d9a0cf97651e33335efd9cc498ee10310d78ba9a test: enforce v1 type in 'test-bundle2-remote-changegroup.t' This bundle command is meant to generate a bundle1, we enforce that to avoid test's misbehavior when moving to general-delta by default. diff -r d9a0cf97651e -r ec7e0dbe56d5 tests/test-bundle2-remote-changegroup.t --- a/tests/test-bundle2-remote-changegroup.t Fri Oct 16 02:51:34 2015 +0100 +++ b/tests/test-bundle2-remote-changegroup.t Fri Oct 16 02:53:57 2015 +0100 @@ -122,7 +122,7 @@ Test a pull with an remote-changegroup - $ hg bundle -R repo --base '0:4' -r '5:7' bundle.hg + $ hg bundle -R repo --type v1 --base '0:4' -r '5:7' bundle.hg 3 changesets found $ cat > repo/.hg/bundle2maker << EOF > remote-changegroup http://localhost:$HGPORT/bundle.hg bundle.hg @@ -164,7 +164,7 @@ Test a pull with an remote-changegroup and a following changegroup - $ hg bundle -R repo --base 2 -r '3:4' bundle2.hg + $ hg bundle -R repo --type v1 --base 2 -r '3:4' bundle2.hg 2 changesets found $ cat > repo/.hg/bundle2maker << EOF > remote-changegroup http://localhost:$HGPORT/bundle2.hg bundle2.hg @@ -212,7 +212,7 @@ Test a pull with a changegroup followed by an remote-changegroup - $ hg bundle -R repo --base '0:4' -r '5:7' bundle3.hg + $ hg bundle -R repo --type v1 --base '0:4' -r '5:7' bundle3.hg 3 changesets found $ cat > repo/.hg/bundle2maker << EOF > changegroup 000000000000 :4 @@ -260,9 +260,9 @@ Test a pull with two remote-changegroups and a changegroup - $ hg bundle -R repo --base 2 -r '3:4' bundle4.hg + $ hg bundle -R repo --type v1 --base 2 -r '3:4' bundle4.hg 2 changesets found - $ hg bundle -R repo --base '3:4' -r '5:6' bundle5.hg + $ hg bundle -R repo --type v1 --base '3:4' -r '5:6' bundle5.hg 2 changesets found $ cat > repo/.hg/bundle2maker << EOF > remote-changegroup http://localhost:$HGPORT/bundle4.hg bundle4.hg @@ -316,7 +316,7 @@ Hash digest tests - $ hg bundle -R repo -a bundle6.hg + $ hg bundle -R repo --type v1 -a bundle6.hg 8 changesets found $ cat > repo/.hg/bundle2maker << EOF