tests/narrow-library.sh
author Yuya Nishihara <yuya@tcha.org>
Fri, 05 Oct 2018 21:43:57 +0900
changeset 40070 fd4d59cf2ebb
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
remotenames: abort if literal revset pattern matches nothing This is the convention of the other namespace revsets such as tag(). Let's make the remote variants do the same.

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