view tests/narrow-library.sh @ 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 a2a6e724d61a
children bcf70058af90
line wrap: on
line source

cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
ssh=python "$TESTDIR/dummyssh"
[experimental]
changegroup3 = True
EOF