summaryrefslogtreecommitdiff
path: root/exporters/darcs/x2d.txt
blob: eb2ec349273ea0c4471273cac0944bbe81e9482f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
= x2d(1)

== NAME

x2d - convert git, bzr or hg repos to a darcs one using fast-export

== SYNOPSIS

x2d -f <format> <otherrepo>

== DESCRIPTION

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

== OPTIONS

--help::
	Display usage.

-f <format>::
	Specify the format of the source repo. Currently supported sources are
	git, bzr and hg. Incremental conversion is supported for all of them.