263
edits
(→Merge) |
(→Merge) |
||
| Line 75: | Line 75: | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove Help Viewer from Toolkit' | hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove Help Viewer from Toolkit' | ||
fi | fi | ||
hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global/webapps.properties | |||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1297980 - Remove webapps.properties' | |||
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