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
[–] lemmyvore@feddit.nl 37 points 10 months ago (1 children)

No. The primary source control is on Mercurial, with a Git interface. But since all patches must go through moz-phab (Phabricator) anyway the Git interface is basically read-only – you can use it to pull the code and you can use Git locally for your development, but you can't use Git to push back into the main repo.

Now the reference repository will switch from their own Mercurial infrastructure to a Github (Git) repository, but the flow will remain the same (Phabricator rather than GitHub pull requests). Nothing will change for devs who were using Git. Devs who were using Mercurial will have to switch to Git.

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

why didn't they go to Gitlab though? now they will be hosted by microsoft

[–] merthyr1831@lemmy.world 6 points 10 months ago

the github repo is a mirror to their internal source hosting. github is just the most accessible to a wide audience