tests/testlib/obshistory_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 01 Sep 2018 21:45:15 +0200
changeset 4062 6774820c8a2e
parent 3894 7c624b45fe60
permissions -rw-r--r--
test: search for empty topic as a string The reduce the ambiguity in the test to help with the next change.

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