docs/tutorial/testlib/topic_setup.sh
author Boris Feld <boris.feld@octobus.net>
Wed, 14 Feb 2018 09:46:56 +0100 (2018-02-14)
changeset 3499 512706514555
parent 3376 aad37ffd7d58
permissions -rw-r--r--
obsfate: fix changeset description diff computing Mercurial core 8b6dd3922f70 changed the mdiff.unidiff API. Add a new compat method for all supported Mercurial versions.
#!/bin/sh
. $TESTDIR/testlib/pythonpath.sh

# This file holds logic that is used in many tests.
# It can be called in a test like this:
#  $ . "$TESTDIR/testlib/topic_setup.sh"

# Enable obsolete markers and enable extensions
cat >> $HGRCPATH << EOF
[experimental]
evolution=createmarkers,exchange

[extensions]
rebase=
topic=
EOF