view tests/testlib/obshistory_setup.sh @ 4930:44f340c2a8eb stable

tests: use |shortest in test-sharing.t because sharing.rst uses it
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 26 Oct 2019 13:06:49 +0700
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
}