comparison docs/tutorial/testlib/topic_setup.sh @ 3376:aad37ffd7d58

doc: import the training support Import the training support which was stored in a private-repository before.
author Boris Feld <boris.feld@octobus.net>
date Mon, 08 Jan 2018 11:46:53 +0100
parents
children
comparison
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