. ./lib.sh create_darcs test --old-fashioned-inventory rm -rf test.darcs test.hg mkdir test.hg cd test.hg hg init cd .. if [ "$1" != "--stdout" ]; then darcs-fast-export test |(cd test.hg; hg fastimport -) diff_hg test exit $? else darcs-fast-export test fi