tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Wed, 18 Mar 2020 19:20:17 +0700
changeset 5307 66a913cc53af
parent 3894 7c624b45fe60
permissions -rw-r--r--
obshistory: restructure templates a bit, drop default verb ("pruned") We always have a verb provided to the templates now, this should be fine.

. $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
}