tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Tue, 18 May 2021 13:34:06 -0400
changeset 47302 338623a2ebf2
parent 47063 1d075b857c90
child 47920 9c4204b7f3e4
permissions -rw-r--r--
hghave: make error output easier to diagnose I had a typo that meant the new bash check was throwing an exception (due to a missing argument), but it was very hard to diagnose without this change. Differential Revision: https://phab.mercurial-scm.org/D10733

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