tests/testlib/obshistory_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 12 Oct 2018 14:33:03 +0200
changeset 4160 44133463372f
parent 3894 7c624b45fe60
permissions -rw-r--r--
next: also use stack shortcut in output when possible This mirror what `hg evolve` is doing since cc3a0b13ae57.

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