tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Mar 2019 09:48:05 -0700
changeset 4448 ab5bc57ba897
parent 3894 7c624b45fe60
permissions -rw-r--r--
tests: create "private" repository in already-updated state I'm going to add more copies of the repo and it's easier to work with the repo if it's already been updated.

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