tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Jul 2019 16:49:01 -0700
changeset 4739 ce6e69b2f759
parent 3894 7c624b45fe60
permissions -rw-r--r--
py3: implement __bool__ in addition to __nonzero__

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