From ec2aceeacbd3c35946febc2a3449e24ab38bb5d3 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 8 Mar 2007 11:46:41 +0000 Subject: [PATCH] Add Todo section to readme Signed-off-by: Rocco Rutte --- README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.txt b/README.txt index 4959461..4f57f72 100644 --- a/README.txt +++ b/README.txt @@ -43,3 +43,20 @@ 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 +==== + +For incremental imports, handling tags needs to be reworked (maybe): +Right now we assume that once a tag is created, it stays forever and +never changes. However, + + 1) tags in hg may be removed + 2) tags may change + +I'm not yet sure how to handle this and how this interferes with +non-hg-based tags in git. + +The same for branches: They may get removed. + +For one-time conversions, everything is fine. -- 2.11.4.GIT