From 75dc075d52ef89396e60ba7f519224058e060b24 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Mon, 12 Mar 2007 10:25:01 +0000 Subject: [PATCH] hg2git.sh: Add usage note that argument order matters Signed-off-by: Rocco Rutte --- hg2git.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.0