tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Aug 2018 16:57:18 -0700
changeset 39361 5ebfb7cc6f2c
parent 36157 2405ca783672
child 40882 bcf70058af90
permissions -rw-r--r--
tests: use {rev} instead of {node|short} and (glob) in narrow tests I think we used {node|short} because they were first written for only flat manifests and we didn't think to change the format when we started testing tree manifests. Differential Revision: https://phab.mercurial-scm.org/D4421

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