Mercurial > hg > hg-fastimport
view tests/fastimport-common @ 36:0e4e40caea58
Set PYTHONPATH for all tests (to import fastimport library).
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Tue, 05 May 2009 21:04:06 -0400 |
| parents | 31b9a5805f02 |
| children |
line wrap: on
line source
# Common code for test-fastimport-* cat > $HGRCPATH <<EOF [extensions] graphlog = fastimport = $TESTDIR/../hgfastimport EOF # for fastimport package export PYTHONPATH=$TESTDIR/..
