Confirmed users
157
edits
Line 6: | Line 6: | ||
== How to push to try == | == How to push to try == | ||
To submit a change to the try server: | To submit a change to the try server: | ||
* For changes to mozilla-central or close enough (e.g. tracemonkey branch), you can <code>hg push -f ssh://hg.mozilla.org/try/</code> <br/>''or''<br/><code>hg push -f ssh://<username@host | * For changes to mozilla-central or close enough (e.g. tracemonkey branch), you can <code>hg push -f ssh://hg.mozilla.org/try/</code> <br/>''or''<br/><code>hg push -f ssh://<username@host>@hg.mozilla.org/try/</code><br/>''or''<br/><code>hg push -f ssh://hg.mozilla.org/try/ -e 'ssh -l <username@host>' | ||
To see the results: | To see the results: |