tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Fri, 06 Mar 2020 21:37:28 +0700
changeset 5174 9b8d4403b735
parent 3894 7c624b45fe60
permissions -rw-r--r--
tests: add more involved tests for obslog -T now that everything is a property

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