Mercurial > public > mercurial-scm > hg
diff tests/test-bookmarks-pushpull.t @ 29688:30c59bdd4f41
tests: remove all remaining usage of experimental.bundle2-exp
The only remaining usage of the experimental config were enforcing bundle2 on.
These are very old remains of when bundle2 was off by default. This was also
useful to highlight the fact that this was a bundle2 run and that a bundle1 one
was nearby. However, we want a future developer working on bundle3 to notice
possible output/behavior change on these tests and take them in account. So we
do not enforce bundle2 for these runs. We leave a comment around to make sure
dev still notice the bundle1 version.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 03 Aug 2016 15:52:11 +0200 |
parents | ac9b85079122 |
children | 4ddb05751b12 |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Wed Aug 03 15:39:55 2016 +0200 +++ b/tests/test-bookmarks-pushpull.t Wed Aug 03 15:52:11 2016 +0200 @@ -822,7 +822,7 @@ Using ssh --------- - $ hg push -B @ ssh --config experimental.bundle2-exp=True + $ hg push -B @ ssh # bundle2+ pushing to ssh://user@dummy/issue4455-dest searching for changes no changes found @@ -845,7 +845,7 @@ Using http ---------- - $ hg push -B @ http --config experimental.bundle2-exp=True + $ hg push -B @ http # bundle2+ pushing to http://localhost:$HGPORT/ searching for changes no changes found