hg-git plugin, problem with local cloning: bookmarks

Kevin Bullock kbullock+mercurial at ringworld.org
Wed Aug 31 20:08:14 UTC 2016


> On Aug 31, 2016, at 14:47, Uwe Brauer <oub at mat.ucm.es> wrote:
> 
> But then I tried out to clone the cloned git directory that is
> 
> hg clone auctex-git auctex-hg-local
> 
> That worked but then (in auctex-hg-local)  I obtained 
> 
> hg bookmark gave
> master                    6831:ca281aeb1e42
> 
> So the bookmarks where not cloned. How could  I achieve this?

Git only clones the master branch (or whatever the remote says its HEAD is), so your local copy actually doesn't have the other Git branches in it. You can get them by running `git fetch` in the Git clone, then re-clone locally with hg.

Also, hg-git has its own mailing list that you may be interested in: hg-git at googlegroups.com

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock




More information about the Mercurial mailing list