dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

References hg bookmarks as git branches named bookmark/<name> #15

Open dusty-phillips opened 11 years ago

dusty-phillips commented 11 years ago

There has been much discussion of this on #13 and #6 and I am convinced that this change will prevent future confusion down the road.

We already reference branches/ for named hg branches. Anonymous heads still need to be worked out, as well as what happens when you try to push a ref that isn't under the branches/ or bookmarks/ namespaces.