view tests/testlib/obshistory_setup.sh @ 5540:b723805d7fe1 stable

test: adjust output to current stable By keeping a changeset visible longer, the `tip` is no longer at location it was previously. This is harmess for the test itself. CORE-TEST-OUTPUT-UPDATE: aaeccdb6e654
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 17 Sep 2020 20:05:39 +0200
parents 7c624b45fe60
children
line wrap: on
line source

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