Gregory Szorc wrote: > On Thu, Mar 9, 2017 at 5:50 AM, Neal Becker <[email protected]> wrote: > > > I cloned a git repo > > hg clone git://github.com/pybind/pybind11.git > > > > But I don't see git tags in the hg repo. Is this expected behavior or am I > > misunderstanding something? > > > > Specifically, I was looking for 2.0.1 release tag. > > > > I'm pretty sure this is supposed to work. It is either a regression or a > bad interaction with cloning from git://. If you do the `git clone` > manually then `hg clone` from a local filesystem path, does the issue still > reproduce? > > (My hg-git install is busted so I can't try to reproduce.)
FWIW, I'm seeing this as well, using hg-git tip, though perhaps under circumstances that warrant it. My git repo is the result of using hg-git to convert a mercurial repo, and it seems to have all its tags, but cloning that with hg-git results in no tags. Well, .hgtags is populated with the same tags as the original repo, but after the first two, the changeset hashes don't match anymore, so all but those first two tags don't show up in the output of hg tags. Danek _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
