tests/narrow-library.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 02 Mar 2018 22:59:12 -0500
changeset 36657 70415568ea65
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
sshpeer: don't read(0) read(0) is essentially a no-op. Let's avoid the function call, overhead, and extra test output by not performing it. Differential Revision: https://phab.mercurial-scm.org/D2581

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