975
edits
(New page: Here's how to commit a patch: 1. Get a checkout of Bugzilla from svn.mozilla.org: svn co svn+ssh://yourusername@svn.mozilla.org/addons/ addons/ 2. Apply the patch you'll be committing...) |
No edit summary |
||
Line 1: | Line 1: | ||
Here's how to commit a patch: | Here's how to commit a patch: | ||
1. Get a checkout of | 1. Get a checkout of Addons (or another project) from svn.mozilla.org: | ||
svn co svn+ssh://yourusername@svn.mozilla.org/addons/ addons/ | svn co svn+ssh://yourusername@svn.mozilla.org/addons/ addons/ | ||
Line 28: | Line 28: | ||
6. Paste the SVN commit message as a comment on the bug and mark it FIXED. | 6. Paste the SVN commit message as a comment on the bug and mark it FIXED. | ||
edits