tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 15 Nov 2019 08:14:06 -0800
changeset 4941 c6fb901b7bc8
parent 3894 7c624b45fe60
permissions -rw-r--r--
cmdrewrite: avoid accessing scmutil.status fields by index Support for indexed access is going away in Mercurial. Accessing the fields by name is clearer anyway.

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