this post was submitted on 06 Nov 2023
327 points (99.4% liked)

Firefox

17302 readers
414 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

For a long time Firefox Desktop development has supported both Mercurial and Git users. This dual SCM requirement places a significant burden on teams which are already stretched thin in parts. We have made the decision to move Firefox development to Git.

  • We will continue to use Bugzilla, moz-phab, Phabricator, and Lando
  • Although we'll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time
  • We're still working through the planning stages, but we're expecting at least six months before the migration begins
you are viewing a single comment's thread
view the rest of the comments
[–] tempest@lemmy.ca 35 points 10 months ago (2 children)

I always preferred mercurial as a user but all the tooling and everything else built in the last decade has been for git so it makes sense.

[–] taladar@sh.itjust.works 16 points 10 months ago (1 children)

Mercurial had a nice UI on messy internals. Git had an initially not quite that nice UI on solid internals. It is obvious why Git won in the end.

[–] tempest@lemmy.ca 6 points 10 months ago (1 children)

Gits UI is still terrible.

The reason it is popular is because it is the VCS of the Linux kernel and github became the defacto open source social media site.

[–] taladar@sh.itjust.works 4 points 10 months ago

You have got that backwards. Github became popular because git was popular. Nobody forced people to use it and which VCS the Linux kernel uses barely matters to anyone not working on it.

The truth is that a "nice" UI that doesn't allow you to know what actually happens because the internals are hard to understand is hard to trust with your code history that you still want to access 20 years later. Git is popular for the same reason Markdown, Textile,... are popular among programmers over WYSIWIG style rich text programs like Word.

[–] morrowind@lemmy.ml 3 points 10 months ago (5 children)

As someone who's too young to have used anything but git, it's kinda sad that it seems I'll never get to use anything else

[–] kameecoding@lemmy.world 5 points 10 months ago (1 children)

I forgot what it was but I used something else trust me you don't want to use that.

It's a rather unpopular idea on lemmy, but sometimes a monopoly is good thing. git having a monopoly in version control is a good thing

[–] tgxn@lemmy.tgxn.net 2 points 10 months ago

100% this. Git is defacto for good reasons. 😂 Feel free to try the others out though 👍

[–] thomask@lemmy.sdf.org 4 points 10 months ago (1 children)

Nothing in tech stands still. If you want a glimpse of a possible alternative future check out Pijul. And I don't know an example off-hand but the idea of doing version control on ASTs of program code rather than flat text is an interesting concept that hasn't taken off yet.

[–] morrowind@lemmy.ml 6 points 10 months ago

Git seems to have reached a status of "good enough" to the point where it will probably stand still for quite a while. There just isn't anything that offers benefit significant enough to justify the bother of switching (that I've seen so far, I've seen pijul before).

Plenty of things do stand still. We're still stuck on qwerty keyboards for english.

[–] lemmyvore@feddit.nl 4 points 10 months ago

There are very good reasons why Git prevailed. The previous generation of SCMs were terrible. Most of the ones that came around the same time as Git (distributed SCMs) got lots of things wrong. Git is complex but it's flexible, it doesn't try to force any particular way of doing things on you, which means you can make it work with any flow you can think of.

[–] PieMePlenty@lemmy.world 3 points 10 months ago* (last edited 10 months ago) (1 children)

Just find yourself an antiquated Microsoft aligned company and maybe you'll get to taste the bitter fruit that is TFVC. I use it daily and it's.. Different.

[–] sizzling@lemmy.world 1 points 10 months ago

I miss using tfvc. Everything except for branching worked pretty well in visual studio.

Branching worked fine if you didnt have more than 2 or 3 too.

Sadly branches are pretty useful so git it is.

[–] kautau@lemmy.world 1 points 10 months ago

Be the change you want to see. Start an open source project using mercurial. Host it somewhere here

https://wiki.mercurial-scm.org/MercurialHosting