tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Sat, 27 Apr 2019 17:11:12 +0800
changeset 4629 b78707559f1f
parent 3894 7c624b45fe60
permissions -rw-r--r--
changelog: --no-update is the default, recommend --update instead

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