tests/testlib/obshistory_setup.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 31 Oct 2018 14:01:58 +0530
changeset 4248 51b69f3dfc0b
parent 3894 7c624b45fe60
permissions -rw-r--r--
next: update the command description Now, if necessary next command evolve the next child revision by defualt. You don't need to pass the --evolve flag.

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