tests/narrow-library.sh
author Yuya Nishihara <yuya@tcha.org>
Mon, 24 Sep 2018 18:57:54 +0900
changeset 39977 74da9d999cd7
parent 36157 2405ca783672
child 40882 bcf70058af90
permissions -rw-r--r--
rust-chg: add Client extensions to run cHg-specific requests This just provides a nicer way to issue command-server requests.

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