316
edits
(Fixed section on pushing with M-C changes) |
(../mach try doesn't work) |
||
| Line 12: | Line 12: | ||
=== Differences === | === Differences === | ||
Safest bet: Use Mercurial queues, for example:<br> | |||
<code>hg qnew -m "try: -b do -p macosx64,linux64,win64 -u all" try && hg push -f -r tip cc-try && hg qpop && hg qdelete try</code><br> | |||
<code>cc-try</code> must be defined in your <code>.hg/hgrc</code> as <code>mc-try = ssh://user@domain@hg.mozilla.org/try-comm-central</code><br> | |||
You <b>must</b> refresh your patch before or the changes will go into the <code>try</code> patch and will be deleted! | |||
<b><code>../mach try</code> DESCRIBED BELOW DOES NOT WORK</b> | |||
These are the differences for the Thunderbird try server: | These are the differences for the Thunderbird try server: | ||
edits