From 32c481a98f49de95160a276b4fc8dc7062e65ea2 Mon Sep 17 00:00:00 2001 From: David Wragg Date: Mon, 23 Jan 2012 16:17:44 +0000 Subject: [PATCH] Add usage info for the --force option --- hg-fast-export.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 334f286..59d3237 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -27,8 +27,10 @@ Options: -A Read author map from file (Same as in git-svnimport(1) and git-cvsimport(1)) -r Mercurial repository to import - -M Set the default branch name (default to 'master') - -o Use as branch namespace to track upstream (eg 'origin') + -M Set the default branch name (default to 'master') + -o Use as branch namespace to track upstream (eg 'origin') + --force Ignore validation errors when converting, and pass --force + to git-fast-import(1) " . "$(git --exec-path)/git-sh-setup" -- 2.11.4.GIT