tests/testlib/obshistory_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 08 Sep 2019 11:56:11 +0200
changeset 4833 72cebe6642d7
parent 3894 7c624b45fe60
permissions -rw-r--r--
stablesort: add some documentation for stablesort This should help people to understand what is going on here.

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