view tests/testlib/obshistory_setup.sh @ 6601:7a9d3fde811f

tests: clarify what branch we're closing Turns out, the other topological head is on double//slash branch, but the one we're actually closing here is on default.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 30 Oct 2023 14:26:30 -0300
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
}