view tests/testlib/obshistory_setup.sh @ 4284:f6298544d9d0

extensions: avoid shadowing imported module names with exthelper methods The previous code worked, but confused pyscripter.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 02 Dec 2018 16:52:14 +0100
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
}