Mercurial > evolve
view docs/tutorial/testlib/topic_setup.sh @ 4199:5596071078b7 stable
test-compat: backed out changeset b0084d599112
Preparing the branch for 4.8.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 25 Oct 2018 12:55:22 +0200 |
parents | aad37ffd7d58 |
children |
line wrap: on
line source
#!/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