hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py
authorRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 10:56:18 +0000 (10:56 +0000)
committerRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 10:56:18 +0000 (10:56 +0000)
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg-fast-export.sh

index 5cbf934..5d5674a 100755 (executable)
@@ -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" \