* Theodore Tso: > In the past I've looked at the possibility of creating a > bi-directional, incremental gateway between hg and git repositories. > The main thing which makes this difficult is that hg stores tags > in-band inside the change-controlled .hgtags file. This means that if > you cut a release, tag it, and then create a commit to further modify > the repository, the new commit is descended from the tag commit, > whereas in git, the tag is a "bookmark" --- perhaps signed via GPG, > but not part of the revision history. Couldn't you just keep the .hgtags file and have everyone interested in the tags use special scripts? (Admittedly, I'm horribly totally by Git's behavior in this area. I haven't figured out yet under what circumstances tags are pushed and pulled, so I'm not totally opposed to the Mercurial model. 8-/) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html