Mozilla: Using a git clone of gecko‐dev to push to mercurial - glandium/git-cinnabar GitHub Wiki

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

  • Clone gecko-dev
$ git clone https://github.com/mozilla/gecko-dev && cd gecko-dev
  • Change the remote to the mozilla-unified repository
$ git remote set-url origin hg::https://hg.mozilla.org/mozilla-unified
  • Then update:
$ git remote update

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