tests/testlib/obshistory_setup.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Fri, 29 Mar 2019 11:19:24 +0100
changeset 4458 e8515ee7a7cc
parent 3894 7c624b45fe60
permissions -rw-r--r--
evolve: compat patch to fix broken evolve obsdiscovery This patch preserve the compatibility for the changes upstreamed by e5ece0f46b40 in hg-committed.

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