Thadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 3 months agoVersion Controllemmy.blahaj.zoneimagemessage-square49linkfedilinkarrow-up1378arrow-down115
arrow-up1363arrow-down1imageVersion Controllemmy.blahaj.zoneThadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 3 months agomessage-square49linkfedilink
minus-squarenogooduser@lemmy.worldlinkfedilinkEnglisharrow-up2·3 months agoIt’s not the mechanism of branching that I prefer. It’s the fact that Mercurial tags the commit with the name of the branch that it was committed to which makes it much easier to determine whether a commit is included in your current branch or not. Also, Mercurial has a powerful revision search feature built in which I love (https://www.mercurial-scm.org/doc/hg.1.html#revisions).
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up3·3 months agoI admit that I have been bitten by the fact that commits don’t have a “true home branch”.
It’s not the mechanism of branching that I prefer.
It’s the fact that Mercurial tags the commit with the name of the branch that it was committed to which makes it much easier to determine whether a commit is included in your current branch or not.
Also, Mercurial has a powerful revision search feature built in which I love (https://www.mercurial-scm.org/doc/hg.1.html#revisions).
I admit that I have been bitten by the fact that commits don’t have a “true home branch”.