* [trivial fast-export PATCH] Fix typo in documentation
@ 2008-07-29 4:50 Nick Andrew
2008-07-29 12:06 ` Johannes Schindelin
0 siblings, 1 reply; 3+ messages in thread
From: Nick Andrew @ 2008-07-29 4:50 UTC (permalink / raw)
To: git
Fix typo in documentation
"hg-fast-import" should be "hg-fast-export" everywhere it is used.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
hg-fast-export.txt | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/hg-fast-export.txt b/hg-fast-export.txt
index 1b8bb1c..ede56a9 100644
--- a/hg-fast-export.txt
+++ b/hg-fast-export.txt
@@ -1,4 +1,4 @@
-hg-fast-import.(sh|py) - mercurial to git converter using git-fast-import
+hg-fast-export.(sh|py) - mercurial to git converter using git-fast-import
Legal
=====
@@ -16,7 +16,7 @@ Using hg-fast-export is quite simple for a mercurial repository <repo>:
mkdir repo-git # or whatever
cd repo-git
git init
- hg-fast-import.sh -r <repo>
+ hg-fast-export.sh -r <repo>
Incremental imports to track hg repos is supported, too.
@@ -31,7 +31,7 @@ again.
Notes/Limitations
=================
-hg-fast-import supports multiple branches but only named branches with exaclty
+hg-fast-export supports multiple branches but only named branches with exactly
one head each. Otherwise commits to the tip of these heads within branch
will get flattened into merge commits.
@@ -42,11 +42,11 @@ when importing a small number of changesets per incremental import).
Design
======
-hg-fast-import.py was designed in a way that doesn't require a 2-pass mechanism
+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 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-import already saw never get modified.
+model so that changesets hg-fast-export already saw never get modified.
Todo
====
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [trivial fast-export PATCH] Fix typo in documentation
2008-07-29 4:50 [trivial fast-export PATCH] Fix typo in documentation Nick Andrew
@ 2008-07-29 12:06 ` Johannes Schindelin
2008-07-30 1:05 ` Nick Andrew
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2008-07-29 12:06 UTC (permalink / raw)
To: Nick Andrew; +Cc: git
Hi,
On Tue, 29 Jul 2008, Nick Andrew wrote:
> hg-fast-export.txt | 10 +++++-----
I do not see this in git.git. Maybe you meant to Cc: Simon Hausmann,
Rocco Rutte or Han-Wen?
Or Chris Lee, who seems to be the owner of fast-export.git.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [trivial fast-export PATCH] Fix typo in documentation
2008-07-29 12:06 ` Johannes Schindelin
@ 2008-07-30 1:05 ` Nick Andrew
0 siblings, 0 replies; 3+ messages in thread
From: Nick Andrew @ 2008-07-30 1:05 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git
On Tue, Jul 29, 2008 at 02:06:13PM +0200, Johannes Schindelin wrote:
> On Tue, 29 Jul 2008, Nick Andrew wrote:
>
> > hg-fast-export.txt | 10 +++++-----
>
> I do not see this in git.git. Maybe you meant to Cc: Simon Hausmann,
> Rocco Rutte or Han-Wen?
>
> Or Chris Lee, who seems to be the owner of fast-export.git.
Thanks; I forwarded the patch to Chris Lee.
Nick.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-30 1:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 4:50 [trivial fast-export PATCH] Fix typo in documentation Nick Andrew
2008-07-29 12:06 ` Johannes Schindelin
2008-07-30 1:05 ` Nick Andrew
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).