tests/testlib/topic_setup.sh
branchmercurial-4.0
changeset 3003 ddf28837f5af
parent 2828 fa2deeb5dd03
equal deleted inserted replaced
2810:604ddf1e1a8e 3003:ddf28837f5af
     1 #!/bin/sh
     1 #!/bin/sh
       
     2 . $TESTDIR/testlib/pythonpath.sh
     2 
     3 
     3 # This file holds logic that is used in many tests.
     4 # This file holds logic that is used in many tests.
     4 # It can be called in a test like this:
     5 # It can be called in a test like this:
     5 #  $ . "$TESTDIR/testlib/topic_setup.sh"
     6 #  $ . "$TESTDIR/testlib/topic_setup.sh"
     6 
     7 
     9 [experimental]
    10 [experimental]
    10 evolution=createmarkers,exchange
    11 evolution=createmarkers,exchange
    11 
    12 
    12 [extensions]
    13 [extensions]
    13 rebase=
    14 rebase=
       
    15 topic=
    14 EOF
    16 EOF
    15 echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH