tests/narrow-library.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 29 Sep 2018 20:33:52 -0400
changeset 39914 0f8ff3ff5d5c
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
run-tests: flush output stream before prompting to accept changes With py3 on Windows, the prompt to accept changes in an --interactive run wasn't showing up until after the choice was read from stdin.

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