From: Rocco Rutte Date: Mon, 12 Mar 2007 10:25:01 +0000 (+0000) Subject: hg2git.sh: Add usage note that argument order matters X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=75dc075d52ef89396e60ba7f519224058e060b24;p=python%2Ffast-export.git hg2git.sh: Add usage note that argument order matters Signed-off-by: Rocco Rutte --- 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)