mirror of
https://github.com/frej/fast-export.git
synced 2026-03-03 16:50:42 +01:00
hg2git.sh: Complete --help output's option listing
This also adds some more verbose descriptions than the bare listing. Signed-off-by: Rocco Rutte <pdmef@gmx.net>
This commit is contained in:
13
hg2git.sh
13
hg2git.sh
@@ -8,10 +8,19 @@ SFX_HEADS="heads"
|
||||
SFX_STATE="state"
|
||||
QUIET=""
|
||||
|
||||
USAGE="[-m <max>] [--quiet] [<repo>]"
|
||||
USAGE="[-m <max>] [--quiet] [-s] [-A <file>] [-r <repo>]"
|
||||
LONG_USAGE="Import hg repository <repo> up to either tip or <max>
|
||||
If <repo> 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
|
||||
|
||||
Reference in New Issue
Block a user