Confirmed users, Bureaucrats and Sysops emeriti
2,976
edits
(→Merge) |
(→Merge: remove mobile files for bug 1298743) |
||
Line 77: | Line 77: | ||
hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global/webapps.properties | hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global/webapps.properties | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1297980 - Remove webapps.properties' | hg --cwd mozilla-aurora/$loc ci -m'Bug 1297980 - Remove webapps.properties' | ||
hg --cwd mozilla-aurora/$loc rm mobile/android/chrome/feedback.dtd mobile/android/chrome/localepicker.properties mobile/android/chrome/notification.dtd mobile/android/chrome/prompt.dtd mobile/android/chrome/sync.dtd | |||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1298743 - Remove unused localize resource into mobile/android' | |||
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. |