tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 19 Dec 2019 21:36:59 -0800
changeset 5022 95af630d913a
parent 3894 7c624b45fe60
permissions -rw-r--r--
evolvecmd: fix a typo node->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
}