Confirmed users
571
edits
(→TRUNK AS EARLY BETA: add explicit instruction how to build central-as-beta simulation locally) |
m (→VERSION INCREASE SIMULATION: convert version increase simulation command: some special whitespaces to normal ones) |
||
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 '^test | *<code>./mach try fuzzy -q '^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. | ||