52
edits
(../mach try doesn't work) |
(fix typo: 'cc-try' not 'mc-try') |
||
Line 14: | Line 14: | ||
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