Why Nostr? What is Njump?
2023-12-28 03:42:37
in reply to

Fabio Manganiello on Nostr: npub1tkym3…65ekf Mercurial never actually convinced me. It's probably easier to use ...

Mercurial never actually convinced me.

It's probably easier to use for the uninitiated than Git (and harder for a novice to mess up a codebase over a rebase gone wrong), but its branching model is also way less powerful.

Branches in Mercurial are lines of consecutive changesets, while Git doesn't have the requirement about linear consecutiveness - you can basically merge and rebase anything anywhere.

Also, since commits are tightly coupled to changesets, which are tightly coupled to branches, it's not really possible to delete branches, while in Git you can do whatever you want with them.

If I were to start a team today filled with junior developers who have never touched a VCS before, I probably may consider Mercurial, as it simplifies things and makes the branching model easier to digest. But, after more than two decades using Git (and >95% of the projects out there using it too), I feel like the cost of a weaker branching system and the overhead of memorizing another set of commands isn't worth paying.
Author Public Key
npub1v78mmuz20p6qd6nve30axhqu74avwn4f6z4grhug7755rat7wh3syukv0u