tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 08 Jul 2024 16:44:07 +0200
branchstable
changeset 51659 d9faa71a57f6
parent 47952 0c92cd9286ee
permissions -rw-r--r--
test-check: don't report distutils as a local import On python 3.12 this is wrongly reported as a local import. So we adjust the checker to avoid it.

cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[experimental]
changegroup3 = True
EOF