Add Todo section to readme
authorRocco Rutte <pdmef@gmx.net>
Thu, 8 Mar 2007 11:46:41 +0000 (11:46 +0000)
committerRocco Rutte <pdmef@gmx.net>
Thu, 8 Mar 2007 11:46:41 +0000 (11:46 +0000)
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
README.txt

index 4959461..4f57f72 100644 (file)
@@ -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.