view tests/testlib/obshistory_setup.sh @ 4953:5c41bb482867

obslog: make {descdiff} not be indented and leave that to the template Same idea as the previous patch and same explanation for changes to the test case.
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 15 Nov 2019 10:25:46 -0800
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
}