tests/narrow-library.sh
author Yuya Nishihara <yuya@tcha.org>
Fri, 02 Mar 2018 22:10:36 -0500
changeset 36665 c263c684da91
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
py3: conditionalize initialization of stdio flags Since Python 3 doesn't depend on the stdio of libc, there should be no need to set O_BINARY flag on Windows.

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