diff tests/test-bundle2-remote-changegroup.t @ 29672:622782ea9cf3

tests: remove initial bundle2 enabling in various bundle2 tests Bundle 2 is enable by default since 3.6 so we don't need this anymore. The remaining use of 'experimental.bundle2-exp' are there to test legacy behavior with bundle 1. Future patches will introduce a way outside of experimental to test that.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 02 Aug 2016 14:54:06 +0200
parents ec7e0dbe56d5
children d4e026341e16
line wrap: on
line diff
--- a/tests/test-bundle2-remote-changegroup.t	Tue Aug 02 15:44:51 2016 +0200
+++ b/tests/test-bundle2-remote-changegroup.t	Tue Aug 02 14:54:06 2016 +0200
@@ -78,8 +78,6 @@
   $ cat dumb.pid >> $DAEMON_PIDS
 
   $ cat >> $HGRCPATH << EOF
-  > [experimental]
-  > bundle2-exp=True
   > [ui]
   > ssh=python "$TESTDIR/dummyssh"
   > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}