view tests/testlib/obshistory_setup.sh @ 4944:f84a6ddb7f37

tests: demonstrate broken {patch} and {desc-diff} template keywords
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 07 Nov 2019 17:22:16 -0800
parents 7c624b45fe60
children
line wrap: on
line source

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