tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 04 Jul 2021 01:58:03 +0200
changeset 47529 d3cf20328abd
parent 47032 1d075b857c90
child 47951 9c4204b7f3e4
permissions -rw-r--r--
dirstate: infer the 'n' state from `from_p2` This flag is only used with 'n' so lets set the state based on that parameter in this case. Differential Revision: https://phab.mercurial-scm.org/D10971

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