Confirmed users
4,467
edits
| Line 242: | Line 242: | ||
hg commit | hg commit | ||
hg push -f -e 'ssh -i ~/.ssh/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/mozilla-mobile-5.0 | hg push -f -e 'ssh -i ~/.ssh/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/mozilla-mobile-5.0 | ||
Merged the 5.0b1_build2 to relbranch for release tagging | |||
<pre> | |||
# in mozilla-mobile-5.0 and mobile-5.0 | |||
hg up -r GECKO50b1_20110512_RELBRANCH | |||
hg merge -r 5.0b1_build2 | |||
hg commit -m "Merge from 5.0b1_build2 branch to relbranch for release tagging" | |||
hg push -e 'ssh -i ~/ssh-prod/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/{mozilla-mobile-5.0, mobile-5.0} | |||
==== l10n changesets ==== | ==== l10n changesets ==== | ||