view tests/testlib/obshistory_setup.sh @ 6781:79c50e9635e1

topic: compatibility for branchmap.BranchCacheV2
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 12 Jun 2024 19:27:31 +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
}