Mercurial > hg > hg-fastimport
view tests/test-fastimport-empty @ 18:ae8dd2a2f102
Add the first two test scripts.
(Running them requires hijacking Mercurial's test infrastructure.)
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Sat, 02 May 2009 17:28:07 -0400 |
| parents | |
| children | 1fd08644b5ac |
line wrap: on
line source
#!/bin/sh # Import an empty fastimport dump. cat > $HGRCPATH <<EOF [extensions] fastimport = $TESTDIR/../fastimport EOF hg init dest cd dest hg fastimport /dev/null hg log
