this post was submitted on 18 Feb 2025
376 points (96.8% liked)

Programmer Humor

20743 readers
236 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Carighan@lemmy.world 2 points 5 days ago (3 children)

I miss mercurial and it's far more sensical flags and commands...

[–] Alphare@lemmy.world 2 points 4 days ago (1 children)

It's still here and very much alive in case you were curious.

[–] nogooduser@lemmy.world 1 points 4 days ago

The only reason that we stopped using Mercurial is that Microsoft used Git in Azure DevOps. I still wish that they’d supported Mercurial instead of or as well as Git.

[–] wewbull@feddit.uk 2 points 5 days ago

Me too. It also handled some situations, like divergent lines in the same branch or obsolete changes, much better.

[–] nogooduser@lemmy.world 1 points 4 days ago

I really liked Mercurial too. It was much easier to follow branches to find out if a branch included a commit.