mirror of
https://github.com/frej/fast-export.git
synced 2026-03-03 16:50:42 +01:00
hg2git.sh: Add usage note that argument order matters
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
This commit is contained in:
@@ -8,11 +8,13 @@ SFX_HEADS="heads"
|
||||
SFX_STATE="state"
|
||||
QUIET=""
|
||||
|
||||
USAGE="[-m <max>] [--quiet] [-s] [-A <file>] [-r <repo>]"
|
||||
USAGE="[--quiet] [-r <repo>] [-m <max>] [-s] [-A <file>]"
|
||||
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.
|
||||
|
||||
Note: The argument order matters.
|
||||
|
||||
Options:
|
||||
-m Maximum revision to import
|
||||
--quiet Passed to git-fast-import(1)
|
||||
|
||||
Reference in New Issue
Block a user