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
This commit is contained in:
Ray Luo
2021-01-07 18:41:33 -08:00
parent 588e03bb23
commit 056756f193

View File

@@ -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