hg2git.sh: Add usage note that argument order matters

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
This commit is contained in:
Rocco Rutte
2007-03-12 10:25:01 +00:00
parent 7f9098823c
commit 75dc075d52

View File

@@ -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)