258
edits
(→Merge: remove mobile files for bug 1298743) |
(→Merge) |
||
Line 79: | Line 79: | ||
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 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' | hg --cwd mozilla-aurora/$loc ci -m'Bug 1298743 - Remove unused localize resource into mobile/android' | ||
hg --cwd mozilla-aurora/$loc rm browser/extensions | |||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1301442 - Removal of old pocket l10n from mozilla-central' | |||
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. |
edits