Confirmed users, Bureaucrats and Sysops emeriti
2,976
edits
(Tweak commit messages) |
(add back pushing to aurora) |
||
| Line 81: | Line 81: | ||
hg --cwd mozilla-aurora/$loc rm browser/extensions | hg --cwd mozilla-aurora/$loc rm browser/extensions | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1301442 - Remove old pocket l10n from mozilla-central' | hg --cwd mozilla-aurora/$loc ci -m'Bug 1301442 - Remove old pocket l10n from mozilla-central' | ||
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. | ||