Mercurial > hg > hg-fastimport
view tests/test-fastimport-empty @ 20:1fd08644b5ac
Factor out fastimport-common
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Sat, 02 May 2009 18:08:56 -0400 |
| parents | ae8dd2a2f102 |
| children |
line wrap: on
line source
#!/bin/sh # Import an empty fastimport dump. . $TESTDIR/fastimport-common hg init dest cd dest hg fastimport /dev/null hg log
