129
edits
(../mach try doesn't work) |
(note the DTN page is now authorative instead of this one which is obsolete) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''NOTE: this page is obsolete, please refer to <https://developer.thunderbird.net/thunderbird-development/fixing-a-bug/try-server>''' | |||
== Basic Use == | == Basic Use == | ||
Line 14: | Line 16: | ||
Safest bet: Use Mercurial queues, for example:<br> | 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>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> | <code>cc-try</code> must be defined in your <code>.hg/hgrc</code> as <code>cc-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! | You <b>must</b> refresh your patch before or the changes will go into the <code>try</code> patch and will be deleted! | ||
edits