mirror of
https://github.com/frej/fast-export.git
synced 2025-11-02 01:05:48 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user