From: Rocco Rutte Date: Wed, 14 Mar 2007 10:56:18 +0000 (+0000) Subject: hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=3919be7d556f341fc6b2aa7846c0f9d95e07f8cc;p=python%2Ffast-export.git hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py Signed-off-by: Rocco Rutte --- 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" \