= d2x(1)

== NAME

d2x - convert darcs repos to git, bzr or hg using fast-import

== SYNOPSIS

d2x -f <format> <darcsrepo> [<darcs-fast-export options>]

== DESCRIPTION

d2x is a wrapper script that just automates doing an initial or
continuing an incremental conversion. All it does is initializing the
target repo, starting darcs-fast-export and the relevant importer with
the proper switches and pipe the exporter's output to the importer's
standard input.

== OPTIONS

--help::
	Display usage.

-f <format>::
	Specify the format of the target repo. Currently supported targets are
	git, bzr and hg. Incremental conversion is supported in case of git and
	bzr.
