~davi/bzr-fastimport/trunk

« back to all changes in this revision

Viewing changes to exporters/darcs/x2d.txt

  • Committer: Jelmer Vernooij
  • Date: 2012-02-29 11:50:00 UTC
  • mfrom: (349.1.4 remove-exporters)
  • Revision ID: jelmer@samba.org-20120229115000-5im6098j36w2e3pu
Merge removal of exporters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= x2d(1)
2
 
 
3
 
== NAME
4
 
 
5
 
x2d - convert git, bzr or hg repos to a darcs one using fast-export
6
 
 
7
 
== SYNOPSIS
8
 
 
9
 
x2d -f <format> [<importoptions>] <otherrepo>
10
 
 
11
 
== DESCRIPTION
12
 
 
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.
18
 
 
19
 
== OPTIONS
20
 
 
21
 
--help::
22
 
        Display usage.
23
 
 
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.
27
 
 
28
 
The rest of the options is directly passed to darcs-fast-import.