Confirmed users
396
edits
| Line 8: | Line 8: | ||
| * Make a copy of your .hgrc file for safekeeping and delete the original | * Make a copy of your .hgrc file for safekeeping and delete the original | ||
| * hg clone https://hg.mozilla.org/mozilla-central | * hg clone https://hg.mozilla.org/mozilla-central | ||
| * cd mozilla-central | * cd mozilla-central | ||
| * ./mach mercurial-setup | * ./mach mercurial-setup | ||
| Configure mercurial as desired  | Configure mercurial as desired <br /> | ||
| The following will pull all (or at least most) of the branches sheriffs need to have on hand: | The following will pull all (or at least most) of the branches sheriffs need to have on hand: | ||
| * hg pull inbound && hg pull b2ginbound && hg pull fx-team && hg pull aurora && hg pull beta && hg pull esr31 && hg pull b2g34 && hg pull b2g32 && hg pull b2g30   | * hg pull inbound && hg pull b2ginbound && hg pull fx-team && hg pull aurora && hg pull beta && hg pull esr31 && hg pull b2g34 && hg pull b2g32 && hg pull b2g30   | ||