fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / darcs-fast-import.txt
blob09c7b1e31aa2dbb283c7ff921d2eca91a6a05922
1 = darcs-fast-import(1)
3 == NAME
5 darcs-fast-import - darcs backend to the 'fast-import stream' format
7 == SYNOPSIS
9 darcs-fast-import [<options>]
11 == DESCRIPTION
13 darcs-fast-import can produce a darcs repository from a fast-import
14 stream, read from the standard input. It supports incremental conversion
15 as well, via the --import-marks / --export-marks switches.
17 == OPTIONS
19 -h, --help::
20         Display usage.
22 --import-marks::
23         Import marks from a given file. This is read at the beginning of the
24         conversion at once. Use it if you want to continue an incremental
25         conversion.
27 --export-marks::
28         Export marks to a given file at the end of the conversion. It can be the
29         same as the one for --import-marks as it is written only once at the
30         end. Use it if you want to be able to incrementally update the target
31         repository later.
33 --logfile::
34         The output of external commands are redirected to a log file. You can
35         specify the path of that file with this parameter.