Mercurial > evolve
view tests/testlib/topic_setup.sh @ 2559:08fe25f249fc
test: fix test-discovery-obshashrange.t new output
Update test-discovery-obshashrange.t test file with new mercurial dev output.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 14 Jun 2017 15:08:40 +0200 |
parents | db617700d318 |
children | fa2deeb5dd03 |
line wrap: on
line source
#!/bin/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= EOF echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH