tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Jul 2020 14:58:21 +0200
changeset 45231 f0d4d1343cb4
parent 40882 bcf70058af90
child 46012 d72378f93a44
permissions -rw-r--r--
commitctx: extract the function that commit a new manifest The logic is large enough and isolated enough to be extracted, this reduce the size of the main function, making it simpler to follow.

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