tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Nov 2019 13:40:53 -0800
changeset 4951 7bfd3fed5d1f
parent 3894 7c624b45fe60
permissions -rw-r--r--
obslog: make {succnodes} be full hex nodes It should be up to the user to shorten the nodeid as much or as little as they like.

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