view tests/testlib/obshistory_setup.sh @ 6152:0d53a8d4170b stable 10.5.0

ci: add a manual job to build a .deb package
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 20 Feb 2022 14:14:39 +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
}