tests: remove references to bundle2-exp config option
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 12 Feb 2018 15:39:47 -0800
changeset 36195 2405ca783672
parent 36194 cf2b9475fbe6
child 36196 802742769680
tests: remove references to bundle2-exp config option This option was deleted a while ago. We don't even alias it in core. Differential Revision: https://phab.mercurial-scm.org/D2198
tests/narrow-library.sh
tests/test-pushvars.t
--- a/tests/narrow-library.sh	Tue Feb 13 11:12:36 2018 -0500
+++ b/tests/narrow-library.sh	Mon Feb 12 15:39:47 2018 -0800
@@ -4,6 +4,5 @@
 [ui]
 ssh=python "$TESTDIR/dummyssh"
 [experimental]
-bundle2-exp = True
 changegroup3 = True
 EOF
--- a/tests/test-pushvars.t	Tue Feb 13 11:12:36 2018 -0500
+++ b/tests/test-pushvars.t	Mon Feb 12 15:39:47 2018 -0800
@@ -11,8 +11,6 @@
   $ cat >> $HGRCPATH << EOF
   > [hooks]
   > pretxnchangegroup = sh $TESTTMP/pretxnchangegroup.sh
-  > [experimental]
-  > bundle2-exp = true
   > EOF
 
   $ hg init repo