From: Rocco Rutte Date: Thu, 8 Mar 2007 11:46:41 +0000 (+0000) Subject: Add Todo section to readme X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=ec2aceeacbd3c35946febc2a3449e24ab38bb5d3;p=python%2Ffast-export.git Add Todo section to readme Signed-off-by: Rocco Rutte --- 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.