tests/narrow-library.sh
author Kyle Lippincott <spectral@google.com>
Mon, 27 Jan 2020 18:16:05 -0800
changeset 44267 d6d4170882cd
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
profiling: flush stdout before writing profile to stderr On py3, stdout and stderr appear to be buffered and this causes my command's output to be intermixed with the profiling output. Differential Revision: https://phab.mercurial-scm.org/D8024

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