Confirmed users
606
edits
m (increased version numbers (Nightly = 134, Beta = 133)) |
m (→VERSION INCREASE SIMULATION: revert to single quotes in command) |
||
| Line 60: | Line 60: | ||
*<code>hg import link_url</code> | *<code>hg import link_url</code> | ||
*If there are no conflicts, continue with the next line. If you see conflicts, then they are likely from the increase of the version number in mozilla-central earlier to the version which your patch tries to increase to. The version has to be increased compared to the number in the mozilla-central code (the "local" part of the conflict). | *If there are no conflicts, continue with the next line. If you see conflicts, then they are likely from the increase of the version number in mozilla-central earlier to the version which your patch tries to increase to. The version has to be increased compared to the number in the mozilla-central code (the "local" part of the conflict). | ||
*<code>./mach try fuzzy -q | *<code>./mach try fuzzy -q '^test | ^lint | ^source-test !browsertime !raptor'</code> | ||
*<code>hg histedit</code> to remove the commit for the version increase. | *<code>hg histedit</code> to remove the commit for the version increase. | ||