Mercurial > evolve
comparison tests/testlib/topic_setup.sh @ 2109:90ab79764ce4 mercurial-4.0
mercurial-4.0: merge with future 6.0.0
A new version will be released soon, we start handling mismatch in test output
to make the actual release time smoother.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 14 Mar 2017 14:38:10 -0700 |
parents | db617700d318 |
children | fa2deeb5dd03 |
comparison
equal
deleted
inserted
replaced
1815:ee2d5716ef0a | 2109:90ab79764ce4 |
---|---|
1 #!/bin/sh | |
2 | |
3 # This file holds logic that is used in many tests. | |
4 # It can be called in a test like this: | |
5 # $ . "$TESTDIR/testlib/topic_setup.sh" | |
6 | |
7 # Enable obsolete markers and enable extensions | |
8 cat >> $HGRCPATH << EOF | |
9 [experimental] | |
10 evolution=createmarkers,exchange | |
11 | |
12 [extensions] | |
13 rebase= | |
14 EOF | |
15 echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH |