##// END OF EJS Templates
tests: remove initial bundle2 enabling in various bundle2 tests...
Pierre-Yves David -
r29672:622782ea default
parent child Browse files
Show More
@@ -16,7 +16,6 b' enable obsolescence'
16 $ cat >> $HGRCPATH << EOF
16 $ cat >> $HGRCPATH << EOF
17 > [experimental]
17 > [experimental]
18 > evolution=createmarkers,exchange
18 > evolution=createmarkers,exchange
19 > bundle2-exp=True
20 > bundle2-output-capture=True
19 > bundle2-output-capture=True
21 > [ui]
20 > [ui]
22 > ssh=python "$TESTDIR/dummyssh"
21 > ssh=python "$TESTDIR/dummyssh"
@@ -227,7 +227,6 b' Create an extension to test bundle2 API'
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"
@@ -33,8 +33,6 b' Create an extension to test bundle2 with'
33 > EOF
33 > EOF
34
34
35 $ cat >> $HGRCPATH << EOF
35 $ cat >> $HGRCPATH << EOF
36 > [experimental]
37 > bundle2-exp=True
38 > [ui]
36 > [ui]
39 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
37 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
40 > EOF
38 > EOF
@@ -50,8 +50,6 b' Enable extension'
50 $ cat >> $HGRCPATH <<EOF
50 $ cat >> $HGRCPATH <<EOF
51 > [extensions]
51 > [extensions]
52 > bundle2=$TESTTMP/bundle2.py
52 > bundle2=$TESTTMP/bundle2.py
53 > [experimental]
54 > bundle2-exp = True
55 > EOF
53 > EOF
56
54
57 Without config
55 Without config
@@ -78,8 +78,6 b' Start a simple HTTP server to serve bund'
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}
General Comments 0
You need to be logged in to leave comments. Login now