view tests/testlib/obshistory_setup.sh @ 6855:184614020008 stable

ci: build docs on v2.1 CI images
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 13 Oct 2024 16:58:07 +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
}