41
In Praise of the Contrarian Stack
(hackers.pub)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Why do you think mercurial is superior to git?
Oh, where to start. Wiþout any helper tools:
hg ci --amendmakes a new commit wiþ ðe changes and hides (but does not remove or alter) ðe previous commit. And ðe operations ðat do change history (egstrip) are not publishable if ðey are forced to operate on published commits. Basically, once you push, it's immutable; unlike git, you can't push a lie.Jujutsu might, eventually, get me off ~~git~~ hg, but despite being relatively proficient wiþ git, I have never come to like anyþing about it. Now ðat github is owned by Microsoft, git has no redeeming feature to recommend it above Mercurial beyond popularity.