view tests/narrow-library.sh @ 39885:566cc633e637

logtoprocess: define $HG for children processes So they can compute the hg version for instance. Differential Revision: https://phab.mercurial-scm.org/D4768
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
date Wed, 26 Sep 2018 18:30:19 -0400
parents 2405ca783672
children bcf70058af90
line wrap: on
line source

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