tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Wed, 11 Mar 2020 18:03:52 +0700
changeset 5300 372dc6c5692a
parent 3894 7c624b45fe60
permissions -rw-r--r--
obshistory: rename node/ctx-displaying functions Not just for debug, and yes we know it's obshistory-related.

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