263
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 52 on aurora: | # specific for 52 on aurora: | ||
# Need to add migration script for devtools (bug 1295157) | |||
hg --cwd mozilla-aurora/$loc rm browser/searchplugins/list.txt | hg --cwd mozilla-aurora/$loc rm browser/searchplugins/list.txt | ||
hg --cwd mozilla-aurora/$loc ci -m 'Bug 1276739 - Switch search to use a JSON based format' | hg --cwd mozilla-aurora/$loc ci -m 'Bug 1276739 - Switch search to use a JSON based format' |
edits