Given that Git and Mercurial were both created around April 2005 to serve the same purpose by very similar people for the same reason… I’d say it’s fair!
- 0 posts
- 5 comments
Joined 3 years ago
Cake day: August 28th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
It’s still here and very much alive in case you were curious.
As one of the maintainers of Mercurial, I take great offense in this meme. ;)
- Alphare@lemmy.worldtoProgramming@programming.dev•I've lately been making my git commit messages with AI3 years
Strong disagree. Commit messages that are only one sentence long should be reserved for truly trivial things. Signed, someone who regularly comes back to 18+ year old commits and enjoys the valuable details that would have been lost.

Sure, if you want to do it once, but Git still has to compute that information (save for a new-ish cache that is just that, a cache). But that is not the point really, the point is that Mercurial’s graph Is the same (topologically) everywhere, which is not the case in Git because branches (and thus remotes) have different names. So saying that a branch contains a commit is not the same as a commit being on a branch. There are a bunch of great properties that emerge from this but it’s too long for this comment and I should actually properly write this down at some point this year.