tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 06 Aug 2018 00:33:15 -0700
changeset 38964 8a13855c8dbe
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
changegroup: always use the treemanifest-enabled version of _packmanifests() It works for flat manifests too. We just cannot use cg1 or cg2 if we have subdirectory manifests. Differential Revision: https://phab.mercurial-scm.org/D4124

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