view tests/testlib/obshistory_setup.sh @ 6799:dc39bd5d9bb8 mercurial-6.6

test-compat: merge mercurial-6.7 into mercurial-6.6
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 26 Jun 2024 13:45:02 +0400
parents 7c624b45fe60
children
line wrap: on
line source

. $TESTDIR/testlib/common.sh

cat >> $HGRCPATH <<EOF
[ui]
interactive = true
[phases]
publish=False
[extensions]
evolve =
[experimental]
evolution.effect-flags = yes
EOF

sync() {
   hg pull -R $TESTTMP/server . -q
}