summaryrefslogtreecommitdiff
path: root/exporters/darcs/d2x.txt
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/d2x.txt')
-rw-r--r--exporters/darcs/d2x.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/exporters/darcs/d2x.txt b/exporters/darcs/d2x.txt
deleted file mode 100644
index 41732fd..0000000
--- a/exporters/darcs/d2x.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-= 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.