tests/testlib/obshistory_setup.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Thu, 07 Mar 2019 01:57:43 +0530
branchstable
changeset 4427 9e2ee7dc5e34
parent 3894 7c624b45fe60
permissions -rw-r--r--
evolve: fix a typo from directory to dirty

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