tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Sun, 06 Jan 2019 00:27:54 +0800
branchstable
changeset 4336 33fc61e5e119
parent 3894 7c624b45fe60
permissions -rw-r--r--
tests: remove unused variable and needless subshell in testlib/pythonpath.sh

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