docs/tutorial/testlib/topic_setup.sh
changeset 3376 aad37ffd7d58
equal deleted inserted replaced
3375:1cb549cd6236 3376:aad37ffd7d58
       
     1 #!/bin/sh
       
     2 . $TESTDIR/testlib/pythonpath.sh
       
     3 
       
     4 # This file holds logic that is used in many tests.
       
     5 # It can be called in a test like this:
       
     6 #  $ . "$TESTDIR/testlib/topic_setup.sh"
       
     7 
       
     8 # Enable obsolete markers and enable extensions
       
     9 cat >> $HGRCPATH << EOF
       
    10 [experimental]
       
    11 evolution=createmarkers,exchange
       
    12 
       
    13 [extensions]
       
    14 rebase=
       
    15 topic=
       
    16 EOF