tests/testlib/obshistory_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 23 Apr 2019 09:31:32 -0700
changeset 4597 f3236cd49ab8
parent 3894 7c624b45fe60
permissions -rw-r--r--
evolve: clean up progress bar also when using -r It looks like 1fe3da0b4601 (evolve: add --rev option to the evolve command, 2015-05-05) forgot to update the "showprogress" variable.

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