fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / x2d.txt
blobeb2ec349273ea0c4471273cac0944bbe81e9482f
1 = x2d(1)
3 == NAME
5 x2d - convert git, bzr or hg repos to a darcs one using fast-export
7 == SYNOPSIS
9 x2d -f <format> <otherrepo>
11 == DESCRIPTION
13 x2d is a wrapper script that just automates doing an initial or
14 continuing an incremental conversion. All it does is initializing the
15 target darcs repo, starting darcs-fast-import and the relevant exporter
16 with the proper switches and pipe the importer's output to the
17 importer's standard input.
19 == OPTIONS
21 --help::
22         Display usage.
24 -f <format>::
25         Specify the format of the source repo. Currently supported sources are
26         git, bzr and hg. Incremental conversion is supported for all of them.