(→Update LATEST_UPSTREAM in 10 Steps) |
(→Update LATEST_UPSTREAM in 10 Steps) |
||
| Line 1: | Line 1: | ||
This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch. | This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch. | ||
| - | == Update LATEST_UPSTREAM in | + | == Update LATEST_UPSTREAM in 11 Steps == |
# hg clone http://hg.meego.com/mozilla-central | # hg clone http://hg.meego.com/mozilla-central | ||
| Line 10: | Line 10: | ||
# hg branch bug_NUMBER | # hg branch bug_NUMBER | ||
# hg push | # hg push | ||
| + | # see it compile | ||
# hg update LATEST_UPSTREAM | # hg update LATEST_UPSTREAM | ||
# hg merge bug_NUMBER | # hg merge bug_NUMBER | ||
# hg push | # hg push | ||
This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch.