Confirmed users
603
edits
m (increased version numbers (Nightly = 115, Beta = 114)) |
(→VERSION INCREASE SIMULATION: added lint task to fuzzy query of tasks to run for version increase simulation) |
||
| 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 !browsertime !raptor'</code> <font color="#F00">Delete the last whitespace an type it again - the wiki automatically replaces it with a non-standard whitespace which breaks the command.</font> | *<code>./mach try fuzzy -q '^test | ^lint !browsertime !raptor'</code> <font color="#F00">Delete the last whitespace an type it again - the wiki automatically replaces it with a non-standard whitespace which breaks the command.</font> | ||
*<code>hg histedit</code> to remove the commit for the version increase. | *<code>hg histedit</code> to remove the commit for the version increase. | ||