Mercurial > evolve
view docs/tutorial/testlib/topic_setup.sh @ 3816:4c68dd62943c mercurial-4.5
test-compat: merge stable into mercurial-4.5
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 08 Jun 2018 22:52:51 +0530 |
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