git - Mercurial clone should prefer heads without bookmarks -
i attempting reproduce git branching workflow in mercurial.
everything works well, except when user clones repository ends on feature bookmark because latest commit on "default" branch.
how "hg clone" update latest non-bookmarked changeset on "default" branch?
[you] should investigate using @ bookmark if you're using bookmarks. plays same role bookmarks default branches.
this worked me. bookmark latest non-bookmarked changeset @
, subsequent clone operations work expected.
Comments
Post a Comment