From 3919be7d556f341fc6b2aa7846c0f9d95e07f8cc Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Wed, 14 Mar 2007 10:56:18 +0000 Subject: [PATCH] hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py Signed-off-by: Rocco Rutte --- hg-fast-export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 5cbf934..5d5674a 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -62,7 +62,7 @@ if [ ! -f "$GIT_DIR/$PFX-$SFX_MARKS" ] ; then touch "$GIT_DIR/$PFX-$SFX_MARKS" fi -GIT_DIR="$GIT_DIR" python "$ROOT/hg2git.py" \ +GIT_DIR="$GIT_DIR" python "$ROOT/hg-fast-export.py" \ --repo "$REPO" \ --marks "$GIT_DIR/$PFX-$SFX_MARKS" \ --heads "$GIT_DIR/$PFX-$SFX_HEADS" \ -- 2.11.0