Skip to content

Mozilla: Using a git clone of gecko‐dev to push to mercurial

Mike Hommey edited this page Mar 19, 2025 · 13 revisions

The following setup requires version 0.7.0 or higher of git-cinnabar.

  • Clone mozilla-unified
$ git -c cinnabar.graft=https://github.com/mozilla/gecko-dev clone hg::https://hg.mozilla.org/mozilla-unified && cd mozilla-unified

Now, you're mostly done setting things up. Check out the git workflow for Gecko development for how to work from there.

Clone this wiki locally