tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Thu, 24 Jan 2019 15:04:30 -0500
changeset 41352 73ccba60aaa1
parent 40882 bcf70058af90
child 46012 d72378f93a44
permissions -rw-r--r--
py3: almost fix test-trusted.py The test now only fails due to output format changes on the repr of mercurial.error.ParseError. I'm not really sure how to approach that for now. Differential Revision: https://phab.mercurial-scm.org/D5685

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