tests/testlib/obshistory_setup.sh
author Eric Spishak-Thomas <emspishak@gmail.com>
Wed, 25 Mar 2020 17:44:08 -0400
changeset 5211 a28f24828f62
parent 3894 7c624b45fe60
permissions -rw-r--r--
evolve: fix some documentation grammar/typos

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