tests/testlib/obshistory_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 14 Sep 2018 10:39:01 +0200
branchstable
changeset 4109 d562316c548f
parent 3894 7c624b45fe60
permissions -rw-r--r--
caches: issue both debug and blackbox log message This increase the odd someone looking for issue will find them.

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