changeset 36157:2405ca783672

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 12 Feb 2018 15:39:47 -0800
parents cf2b9475fbe6
children 802742769680
files tests/narrow-library.sh tests/test-pushvars.t
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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