Bugzilla:Committing Patches: Difference between revisions

m
Account request component name has changed.
("add" on multiple branches should use --file-ids-from, to make life a little easier for mergers)
m (Account request component name has changed.)
Line 3: Line 3:
Here's how to commit a patch:  
Here's how to commit a patch:  


#Become a [http://www.mozilla.org/hacking/committer/ Mozilla Committer]. For Bugzilla, the requirement is that one of the Assistant Project Leads or the Project Lead vouch for you. Your bug should be filed in the [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Account+Request:+Hg Account Request: Hg] component, because there is no Bzr component. ('''Note:''' If you are already a Mozilla Committer and you just need Bzr access, just file a bug in this component requesting it and CC one of the Bugzilla leads.)  
#Become a [http://www.mozilla.org/hacking/committer/ Mozilla Committer]. For Bugzilla, the requirement is that one of the Assistant Project Leads or the Project Lead vouch for you. Your bug should be filed in the [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Repository+Account+Requests Repository Account Requests] component. ('''Note:''' If you are already a Mozilla Committer and you just need Bzr access, just file a bug in this component requesting it and CC one of the Bugzilla leads.)
#If you have never told bzr your name and email address, you have to use "bzr whoami" to do this: <pre>bzr whoami 'Max Kanat-Alexander &lt;mkanat@bugzilla.org&gt;'</pre> (Of course, you would replace that name and email address with your own.) The email address that you use must be identical to your login name for bzr.mozilla.org.<br><br>Please include both your full name and your email address in the "whoami", because your full name is what is displayed in the web view of the repository.  
#If you have never told bzr your name and email address, you have to use "bzr whoami" to do this: <pre>bzr whoami 'Max Kanat-Alexander &lt;mkanat@bugzilla.org&gt;'</pre> (Of course, you would replace that name and email address with your own.) The email address that you use must be identical to your login name for bzr.mozilla.org.<br><br>Please include both your full name and your email address in the "whoami", because your full name is what is displayed in the web view of the repository.  
#Configure bzr to know about bugzilla.mozilla.org as a bug-tracker (this will be important when you get to the actual commit step). To do this, edit the <code>.bazaar/bazaar.conf</code> file in your home directory and add this line at the end: <pre>bugzilla_mozilla_url = https://bugzilla.mozilla.org</pre> (If you're on Windows, this file is in <code>C:\Documents and Settings\&lt;username&gt;\Application Data\Bazaar\2.0</code> instead of in <code>$HOME/.bazaar</code>.)  
#Configure bzr to know about bugzilla.mozilla.org as a bug-tracker (this will be important when you get to the actual commit step). To do this, edit the <code>.bazaar/bazaar.conf</code> file in your home directory and add this line at the end: <pre>bugzilla_mozilla_url = https://bugzilla.mozilla.org</pre> (If you're on Windows, this file is in <code>C:\Documents and Settings\&lt;username&gt;\Application Data\Bazaar\2.0</code> instead of in <code>$HOME/.bazaar</code>.)  
22

edits