tests/testlib/obshistory_setup.sh
author Faheem Mitha <faheem@faheem.info>
Fri, 03 May 2019 03:44:48 +0530
branchstable
changeset 4631 150be007f421
parent 3894 7c624b45fe60
permissions -rw-r--r--
docs: add SPHINXBUILD make variable This defaults to sphinx-build. The current use case is for the Evolve Debian package build.

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