From: Rocco Rutte Date: Mon, 12 Mar 2007 09:06:48 +0000 (+0000) Subject: hg2git.sh: Complete --help output's option listing X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=7f9098823c05d9af3ebfb3e3cedd3aed0c4afcbe;p=python%2Ffast-export.git hg2git.sh: Complete --help output's option listing This also adds some more verbose descriptions than the bare listing. Signed-off-by: Rocco Rutte --- diff --git a/hg2git.sh b/hg2git.sh index 34d5227..3dd9d5b 100755 --- a/hg2git.sh +++ b/hg2git.sh @@ -8,10 +8,19 @@ SFX_HEADS="heads" SFX_STATE="state" QUIET="" -USAGE="[-m ] [--quiet] []" +USAGE="[-m ] [--quiet] [-s] [-A ] [-r ]" LONG_USAGE="Import hg repository up to either tip or If is omitted, use last hg repository as obtained from state file, -GIT_DIR/$PFX-$SFX_STATE by default." +GIT_DIR/$PFX-$SFX_STATE by default. + +Options: + -m Maximum revision to import + --quiet Passed to git-fast-import(1) + -s Enable parsing Signed-off-by lines + -A Read author map from file + (Same as in git-svnimport(1) and git-cvsimport(1)) + -r Mercurial repository to import +" . git-sh-setup cd_to_toplevel