Mercurial > evolve
view docs/tutorial/testlib/topic_setup.sh @ 3864:0254c96ce108
rewind: add a test for rewinding a split
There are no code change needed but it is worth testing on its own.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 17 Jun 2018 01:36:30 +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