947
edits
(→Getting Started: information for non-github account holders) |
(→For those with commit access: note need of testing procedure) |
||
| Line 39: | Line 39: | ||
** For patches: make a new local branch and <pre>git apply --stat mypatch.diff</pre> | ** For patches: make a new local branch and <pre>git apply --stat mypatch.diff</pre> | ||
** This will create a branch with the new code | ** This will create a branch with the new code | ||
** Run the tests (if you're paranoid and/or if the committer didn't) | ** Run the tests (if you're paranoid and/or if the committer didn't) ''TODO: give procedure for which tests should be run. These tests should reliably pass'' | ||
* Push the code up to mozautomation: | * Push the code up to mozautomation: | ||
** Merge to your 1.4.2 branch: | ** Merge to your 1.4.2 branch: | ||
edits