##// END OF EJS Templates
test: drop all the forced use of bundle2...
Pierre-Yves David -
r25405:220a220e default
parent child Browse files
Show More
@@ -1,12 +1,5 b''
1 #require serve
1 #require serve
2
2
3 $ cat << EOF >> $HGRCPATH
4 > [experimental]
5 > # drop me once bundle2 is the default,
6 > # added to get test change early.
7 > bundle2-exp = True
8 > EOF
9
10 $ hg init test
3 $ hg init test
11 $ cd test
4 $ cd test
12 $ echo foo>foo
5 $ echo foo>foo
@@ -1,12 +1,5 b''
1 #require killdaemons
1 #require killdaemons
2
2
3 $ cat << EOF >> $HGRCPATH
4 > [experimental]
5 > # drop me once bundle2 is the default,
6 > # added to get test change early.
7 > bundle2-exp = True
8 > EOF
9
10 $ hg init test
3 $ hg init test
11 $ cd test
4 $ cd test
12 $ echo a > a
5 $ echo a > a
@@ -1,12 +1,5 b''
1 #require killdaemons
1 #require killdaemons
2
2
3 $ cat << EOF >> $HGRCPATH
4 > [experimental]
5 > # drop me once bundle2 is the default,
6 > # added to get test change early.
7 > bundle2-exp = True
8 > EOF
9
10 $ hg init test
3 $ hg init test
11 $ cd test
4 $ cd test
12 $ echo a > a
5 $ echo a > a
@@ -1,10 +1,3 b''
1 $ cat << EOF >> $HGRCPATH
2 > [experimental]
3 > # drop me once bundle2 is the default,
4 > # added to get test change early.
5 > bundle2-exp = True
6 > EOF
7
8
1
9 This test tries to exercise the ssh functionality with a dummy script
2 This test tries to exercise the ssh functionality with a dummy script
10
3
General Comments 0
You need to be logged in to leave comments. Login now