summaryrefslogtreecommitdiff
path: root/exporters/darcs/darcs-fast-import.txt
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/darcs-fast-import.txt')
-rw-r--r--exporters/darcs/darcs-fast-import.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/exporters/darcs/darcs-fast-import.txt b/exporters/darcs/darcs-fast-import.txt
index 09c7b1e..a7f2a12 100644
--- a/exporters/darcs/darcs-fast-import.txt
+++ b/exporters/darcs/darcs-fast-import.txt
@@ -33,3 +33,25 @@ as well, via the --import-marks / --export-marks switches.
--logfile::
The output of external commands are redirected to a log file. You can
specify the path of that file with this parameter.
+
+--symhack::
+ Enable hack for symbolic links. darcs add does not handle them
+ but in case they are just added, we can create them in the working
+ directory. This can be handy in case for example the symbolic link is in
+ a subdirectory of the project and you don't even care about that
+ subdirectory. So the hack can be useful, but be extremely careful when
+ you use it.
+
+--progress=<n>::
+ Insert progress statements after every <n> created patches. The
+ default is not to print anything as progress info is usually provided by
+ the exporter. Use this option in case the exporter does not have such a
+ switch but you still want to get some feedback.
+
+== EXIT CODES
+
+The exit code is:
+
+* 0 on success
+* 1 on unhandled exception
+* 2 in case the stream would try to let the importer create a symlink