24
edits
(Add some text to Push to elm) |
(→Push to elm: rephrase) |
||
Line 93: | Line 93: | ||
=== Push to elm === | === Push to elm === | ||
After the loop-ff.sh script completes, run the following steps to push the new version of libwebrtc to elm: | |||
./mach bootstrap --application=browser --no-system-changes | ./mach bootstrap --application=browser --no-system-changes | ||
./mach build | ./mach build | ||
hg push -r tip | hg push -r tip | ||
You can also push elm as you go, just don't push <code>tip</code> if loop-fs.shstopped and you haven't yet resolved the conflict! | |||
To push without stopping the script, try <code>hg push -r {commit ahead of tip}</code>. | To push without stopping the script, try <code>hg push -r {commit ahead of tip}</code>. |
edits