Mercurial > evolve
view tests/testlib @ 1839:1bc5e62fc0c7
Initial dumb version of topics.
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 20 May 2015 21:23:28 -0400 |
parents | |
children | 2321fd2ed56e |
line wrap: on
line source
#!/bin/sh # This file holds logic that is used in many tests. # It can be called in a test like this: # $ . "$TESTDIR/testlib" # Activate extensions echo "[extensions]" >> $HGRCPATH echo "topic=$(echo $(dirname $TESTDIR))/src/topic" >> $HGRCPATH