tests/narrow-library.sh
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 30 Jan 2020 19:37:06 -0500
branchstable
changeset 44147 f010a80ec967
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
wix: restore COPYING.rtf This got truncated to 0 bytes in 0ab651b5f77c when the Phabricator extension crashed because it's a binary file. That caused the license page in the WIX installer to be empty. I don't remember if I needed to resubmit after the bug was fixed, so let's try this again with the current stable. If this fails, I'll retry with 5.1 to see if this is a regression in the API changeover last cycle. Differential Revision: https://phab.mercurial-scm.org/D8052

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