mirror of
https://github.com/frej/fast-export.git
synced 2025-11-02 09:15:48 +01:00
hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user