tests/narrow-library.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Mar 2020 18:40:04 +0900
changeset 44586 0424a9134bcf
parent 40882 bcf70058af90
child 46012 d72378f93a44
permissions -rw-r--r--
osutil: move declaration to top of the scope Otherwise the build would fail with -Werror=declaration-after-statement.

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