blob: 41732fd588c75c05718aa26a5e489fa97b20843d (
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
27
|
= 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.
|