tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Jan 2021 23:50:03 +0100
changeset 46312 28899b6f4480
parent 46012 d72378f93a44
child 47063 1d075b857c90
permissions -rw-r--r--
persistent-nodemap: drop the storage.revlog.nodemap.mode config We now have a new, better, higher level, option. So we can drop the older one as planned. Differential Revision: https://phab.mercurial-scm.org/D9763

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