Confirmed users, Bureaucrats and Sysops emeriti
2,976
edits
(→Merge) |
(→Merge) |
||
Line 65: | Line 65: | ||
hg -R mozilla-aurora/$loc pull -u -r default mozilla-beta/$loc | hg -R mozilla-aurora/$loc pull -u -r default mozilla-beta/$loc | ||
# specific for 47: | # specific for 47: | ||
hg -- | hg --cwd mozilla-aurora/$loc rm webapprt | ||
hg -- | hg --cwd mozilla-aurora/$loc ci -m'Bug 1238079 - remove the desktop web runtime' | ||
hg -- | hg --cwd mozilla-aurora/$loc rm mobile/android/chrome/aboutFeedback.dtd | ||
hg -- | hg --cwd mozilla-aurora/$loc ci -m'Bug 1253339 - Remove about:feedback code' | ||
hg -- | hg --cwd mozilla-aurora/$loc rm suite/chrome/mailnews/eudoraImportMsgs.properties mail/chrome/messenger/eudoraImportMsgs.properties | ||
hg -- | hg --cwd mozilla-aurora/$loc ci -m'Bug 1243498 - Remove Eudora import.' | ||
hg -- | hg --cwd mozilla-aurora/$loc mv im/chrome/instantbird/accounts.dtd chat/accounts.dtd | ||
hg -- | hg --cwd mozilla-aurora/$loc ci -m'Bug 1256432 - Unfork accounts.dtd.' | ||
hg -- | hg --cwd mozilla-aurora/$loc rm suite/chrome/common/pref/pref-policies.dtd | ||
hg -- | hg --cwd mozilla-aurora/$loc ci -m'Bug 1258295 - Remove remnants of Security Policies preferences pane' | ||
hg -- | hg --cwd mozilla-aurora/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-aurora/$loc | ||
done | done | ||
</pre> | </pre> | ||
This goes through all locales, does a final pull, does the no-op-merge, and pushes to aurora, and then beta. That way, you minimize the time when commits can create heads. | This goes through all locales, does a final pull, does the no-op-merge, and pushes to aurora, and then beta. That way, you minimize the time when commits can create heads. |