comparison tests/test-bundle2-format.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 37cccad55410
children 7b9157aa752f
comparison
equal deleted inserted replaced
29671:ce47a9dc348b 29672:622782ea9cf3
225 > EOF 225 > EOF
226 $ cat >> $HGRCPATH << EOF 226 $ cat >> $HGRCPATH << EOF
227 > [extensions] 227 > [extensions]
228 > bundle2=$TESTTMP/bundle2.py 228 > bundle2=$TESTTMP/bundle2.py
229 > [experimental] 229 > [experimental]
230 > bundle2-exp=True
231 > evolution=createmarkers 230 > evolution=createmarkers
232 > [ui] 231 > [ui]
233 > ssh=python "$TESTDIR/dummyssh" 232 > ssh=python "$TESTDIR/dummyssh"
234 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 233 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
235 > [web] 234 > [web]