From e448736a0b0d4b2d280e44843ef814ef575bf302 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Mon, 12 Mar 2007 11:05:33 +0000 Subject: [PATCH] Remove SHA stability note from readme Turns out, it isn't true though the diffs are still empty, i.e. $ git log --name-status --no-merges b1..b2 produces bogus output when b1 is the a branch from the main hg repo and b2 a fork of it. But $ git diff b1..b2 still produces the correct result. Signed-off-by: Rocco Rutte --- hg2git.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hg2git.txt b/hg2git.txt index 4f57f72..13a2035 100644 --- a/hg2git.txt +++ b/hg2git.txt @@ -35,15 +35,6 @@ 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 hg2git already saw never get modified. -Import and SHA stability -======================== - -Currently it's only supported to map one hg repository to one git -repository. However, all forks of a hg repo can be imported into one git -repo each and then merged together (e.g. as different branches in the -final git repo) since the checksums are stable, i.e. one particular hg -changeset always produces the same git SHA1 checksum. - Todo ==== -- 2.11.4.GIT