From 056756f193dce51a7bc6c3227ce8e04fb8cc87af Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Thu, 7 Jan 2021 18:41:33 -0800 Subject: [PATCH] Remove some ".py" wording Avoid confusion about which file is the main entry point to fast-export, in order to avoid the issue mentioned here https://github.com/frej/fast-export/issues/158#issuecomment-754482516 Also fix a typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acc188c..61822e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -hg-fast-export.(sh|py) - mercurial to git converter using git-fast-import +hg-fast-export.sh - mercurial to git converter using git-fast-import ========================================================================= Legal @@ -225,8 +225,8 @@ possible to use hg-fast-export on remote repositories Design ------ -hg-fast-export.py was designed in a way that doesn't require a 2-pass -mechanism or any prior repository analysis: if just feeds what it +hg-fast-export was designed in a way that doesn't require a 2-pass +mechanism or any prior repository analysis: it just feeds what it finds into git-fast-import. This also implies that it heavily relies on strictly linear ordering of changesets from hg, i.e. its append-only storage model so that changesets hg-fast-export already