branch | mercurial-4.0 |
changeset 3003 | ddf28837f5af |
parent 2828 | fa2deeb5dd03 |
--- a/tests/testlib/topic_setup.sh Tue Jul 25 15:17:52 2017 +0200 +++ b/tests/testlib/topic_setup.sh Wed Sep 27 01:18:39 2017 +0200 @@ -1,4 +1,5 @@ #!/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: @@ -11,5 +12,5 @@ [extensions] rebase= +topic= EOF -echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH