view tests/testlib/obshistory_setup.sh @ 4251:a5ec7652c4f4

next: add test which shows that `next` get confused by split
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Tue, 06 Nov 2018 15:10:56 +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
}