tests/testlib/obshistory_setup.sh
author Anton Shestakov <av6@dwimlabs.net>
Thu, 13 Feb 2020 19:04:00 +0800
changeset 5128 7c2ca5e3a7ba
parent 3894 7c624b45fe60
permissions -rw-r--r--
packaging: simply prune some directories in MANIFEST.in in a dedicated block exclude+recursive-exclude is basically prune.

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