canmove, Confirmed users
432
edits
| Line 23: | Line 23: | ||
# '''mkdir /c/proj''' (or any path without spaces!) | # '''mkdir /c/proj''' (or any path without spaces!) | ||
# '''cd /c/proj''' | # '''cd /c/proj''' | ||
# '''hg clone http://hg.mozilla.org/mozilla-central''' | # '''<nowiki>hg clone http://hg.mozilla.org/mozilla-central</nowiki>''' | ||
Mozilla uses the Mercurial version control system. The "hg clone" command will create a mozilla-central directory in /c/proj containing the Mozilla source. For more detailed information, see [https://developer.mozilla.org/en/Mercurial this page]. For creating your own patches and/or maintaining local changes, I'd suggest using the [https://developer.mozilla.org/en/Mercurial_Queues Mercurial Queues] extension. | Mozilla uses the Mercurial version control system. The "hg clone" command will create a mozilla-central directory in /c/proj containing the Mozilla source. For more detailed information, see [https://developer.mozilla.org/en/Mercurial this page]. For creating your own patches and/or maintaining local changes, I'd suggest using the [https://developer.mozilla.org/en/Mercurial_Queues Mercurial Queues] extension. | ||