view tests/testlib/obshistory_setup.sh @ 4719:358f548f8d6d

py3: use bytes for template keyword registrations This makes `import hgext3rd.topic` work.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 09 Jul 2019 10:56:42 -0700
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
}