tests/testlib/obshistory_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 05 Jun 2019 19:45:35 +0200
branchstable
changeset 4662 87d60fed455a
parent 3894 7c624b45fe60
permissions -rw-r--r--
templatekw: keep compatibility with Mercurial 4.5 This is simple enough to do.

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