tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Apr 2021 18:34:42 +0200
changeset 46951 338ab1d89ddb
parent 46012 d72378f93a44
child 47063 1d075b857c90
permissions -rw-r--r--
clone: use `get_clone_path` "Surprisingly", the new API is well suited for `hg clone` too. Differential Revision: https://phab.mercurial-scm.org/D10417

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