tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Jul 2019 15:30:40 -0700
changeset 4750 d9d55e34943c
parent 3894 7c624b45fe60
permissions -rw-r--r--
py3: avoid comparing int and None

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