Bug 1257783 - mach-bootstrap: ask git user to clone hg.mozilla.org with git-cinnabar, r=gps draft
authorTimothy Guan-tin Chien <timdream@gmail.com>
Tue, 22 Mar 2016 11:05:50 +0800
changeset 343240 c4eef18cd4f7b22980db18645d7f5dbf9af721ae
parent 342865 4037eb98974db1b1e0b5012c8a7f3a36428eaa11
child 516728 c224d7a2688caeaa2e4ad4d552d974f437d53fdd
push id13568
push userbmo:timdream@gmail.com
push dateTue, 22 Mar 2016 03:27:03 +0000
reviewersgps
bugs1257783
milestone48.0a1
Bug 1257783 - mach-bootstrap: ask git user to clone hg.mozilla.org with git-cinnabar, r=gps NPOTB MozReview-Commit-ID: 8lkPECJCpEz
python/mozboot/mozboot/bootstrap.py
--- a/python/mozboot/mozboot/bootstrap.py
+++ b/python/mozboot/mozboot/bootstrap.py
@@ -61,17 +61,22 @@ APPLICATIONS = dict(
 )
 
 FINISHED = '''
 Your system should be ready to build %s! If you have not already,
 obtain a copy of the source code by running:
 
     hg clone https://hg.mozilla.org/mozilla-central
 
-Or, if you prefer Git:
+Or, if you prefer Git, you should install git-cinnabar, and follow the
+instruction here to clone from the Mercurial repository:
+
+    https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development
+
+Or, if you really prefer vanilla flavor Git:
 
     git clone https://git.mozilla.org/integration/gecko-dev.git
 '''
 
 DEBIAN_DISTROS = (
     'Debian',
     'debian',
     'Ubuntu',