##// END OF EJS Templates
tests: remove references to bundle2-exp config option...
Gregory Szorc -
r36175:2405ca78 default
parent child Browse files
Show More
@@ -4,6 +4,5 b' narrow='
4 [ui]
4 [ui]
5 ssh=python "$TESTDIR/dummyssh"
5 ssh=python "$TESTDIR/dummyssh"
6 [experimental]
6 [experimental]
7 bundle2-exp = True
8 changegroup3 = True
7 changegroup3 = True
9 EOF
8 EOF
@@ -11,8 +11,6 b' Setup'
11 $ cat >> $HGRCPATH << EOF
11 $ cat >> $HGRCPATH << EOF
12 > [hooks]
12 > [hooks]
13 > pretxnchangegroup = sh $TESTTMP/pretxnchangegroup.sh
13 > pretxnchangegroup = sh $TESTTMP/pretxnchangegroup.sh
14 > [experimental]
15 > bundle2-exp = true
16 > EOF
14 > EOF
17
15
18 $ hg init repo
16 $ hg init repo
General Comments 0
You need to be logged in to leave comments. Login now