comparison 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
comparison
equal deleted inserted replaced
29671:ce47a9dc348b 29672:622782ea9cf3
76 76
77 $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid 77 $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
78 $ cat dumb.pid >> $DAEMON_PIDS 78 $ cat dumb.pid >> $DAEMON_PIDS
79 79
80 $ cat >> $HGRCPATH << EOF 80 $ cat >> $HGRCPATH << EOF
81 > [experimental]
82 > bundle2-exp=True
83 > [ui] 81 > [ui]
84 > ssh=python "$TESTDIR/dummyssh" 82 > ssh=python "$TESTDIR/dummyssh"
85 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 83 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
86 > EOF 84 > EOF
87 85