#!/bin/sh

# Import an empty fastimport dump.

. $TESTDIR/fastimport-common

hg init dest
cd dest
hg fastimport /dev/null

hg log
