Mercurial > hg > hg-fastimport
view tests/test-fastimport-empty @ 100:3f2bf6a7830a default tip
Added tag 0.1.1 for changeset a90da62aa705
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 15 Feb 2021 12:06:38 +0000 |
| parents | 1fd08644b5ac |
| 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
