diff --git a/hg2git.sh b/hg2git.sh index 3dd9d5b..8bd96f4 100755 --- a/hg2git.sh +++ b/hg2git.sh @@ -8,11 +8,13 @@ SFX_HEADS="heads" SFX_STATE="state" QUIET="" -USAGE="[-m ] [--quiet] [-s] [-A ] [-r ]" +USAGE="[--quiet] [-r ] [-m ] [-s] [-A ]" 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. +Note: The argument order matters. + Options: -m Maximum revision to import --quiet Passed to git-fast-import(1)