summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Rahmatullin <wrar@wrar.name>2012-06-18 15:00:21 +0600
committerAndrey Rahmatullin <wrar@wrar.name>2012-06-18 15:00:21 +0600
commit61a3479913b3484d98b84b1f87fd1a55e1b5d9b0 (patch)
treec19f5c6ec0022f38af9847525704d39130d750a0
parent0280f93a2c283272c55d3fad772ca0a098a31559 (diff)
downloadhg-fast-export-61a3479913b3484d98b84b1f87fd1a55e1b5d9b0.tar.gz
Update debian/hg-fast-export.1.
-rw-r--r--debian/hg-fast-export.16
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/hg-fast-export.1 b/debian/hg-fast-export.1
index 9f119fb..0b9f3f0 100644
--- a/debian/hg-fast-export.1
+++ b/debian/hg-fast-export.1
@@ -4,7 +4,7 @@
hg-fast-export \- import hg repository into git
.SH SYNOPSIS
.B hg-fast-export
-[\fI--quiet\fR] [\fI-r <repo>\fR] [\fI-m <max>\fR] [\fI-s\fR] [\fI-A <file>\fR] [\fI-M <name>\fR] [\fI-o <name>\fR]
+[\fI--quiet\fR] [\fI-r <repo>\fR] [\fI--force\fR] [\fI-m <max>\fR] [\fI-s\fR] [\fI-A <file>\fR] [\fI-M <name>\fR] [\fI-o <name>\fR]
.SH DESCRIPTION
Import hg repository <repo> up to either tip or <max>
If <repo> is omitted, use last hg repository as obtained from state file,
@@ -33,3 +33,7 @@ Set the default branch name (default to 'master')
.TP
\fB\-o\fR
Use <name> as branch namespace to track upstream (eg 'origin')
+.TP
+\fB\-\-force\fR
+Ignore validation errors when converting, and pass \-\-force
+to git\-fast\-import(1)