view tests/testlib/obshistory_setup.sh @ 4419:1fdecdfd0df9 stable

evolve: add test which shows unrecoverable evolve state (issue6053)
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 04 Mar 2019 02:55:38 +0530
parents 7c624b45fe60
children
line wrap: on
line source

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