tests/testlib/obshistory_setup.sh
author Boris Feld <boris.feld@octobus.net>
Tue, 22 May 2018 15:35:54 +0200
changeset 3885 3df8b6ecce2a
child 3894 7c624b45fe60
permissions -rw-r--r--
tests: extract obshistory setup in a separate file We are gonna soon explode the obshistory test file into several, extract the setup to reuse it as much as possible.

. $TESTDIR/testlib/common.sh

cat >> $HGRCPATH <<EOF
[ui]
interactive = true
[phases]
publish=False
[extensions]
evolve =
[experimental]
evolution.effect-flags = yes
EOF