To fully switch to git-cinnabar, we could either git clone hg::https://hg.mozilla.org/mozilla-unified/ (slow) and add a faster remote to https://github.com/mozilla/gecko, or git clone https://github.com/mozilla/gecko and add a remote to hg::https://hg.mozilla.org/mozilla-unified/ (but we'd still need to fetch it, which is slow). Not sure what's best yet.
To fully switch to git-cinnabar, we could either
git clone hg::https://hg.mozilla.org/mozilla-unified/
(slow) and add a faster remote tohttps://github.com/mozilla/gecko
, orgit clone https://github.com/mozilla/gecko
and add a remote tohg::https://hg.mozilla.org/mozilla-unified/
(but we'd still need to fetch it, which is slow). Not sure what's best yet.