tests/narrow-library.sh
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 10 Dec 2018 15:45:46 +0300
changeset 40882 bcf70058af90
parent 36157 2405ca783672
child 46012 d72378f93a44
permissions -rw-r--r--
tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh This is done so that third party extensions can use narrow-library.sh in tests. Differential Revision: https://phab.mercurial-scm.org/D5400

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