diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pl/mozilla/developer_guide/mozilla-central | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pl/mozilla/developer_guide/mozilla-central')
-rw-r--r-- | files/pl/mozilla/developer_guide/mozilla-central/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/pl/mozilla/developer_guide/mozilla-central/index.html b/files/pl/mozilla/developer_guide/mozilla-central/index.html new file mode 100644 index 0000000000..64fd1c8b0a --- /dev/null +++ b/files/pl/mozilla/developer_guide/mozilla-central/index.html @@ -0,0 +1,15 @@ +--- +title: mozilla-central +slug: Mozilla/Developer_guide/mozilla-central +translation_of: Mozilla/Developer_guide/mozilla-central +--- +<p><strong><code>mozilla-central</code></strong> is a <a href="/en/Mercurial" title="en/Mercurial">Mercurial</a> repository of the Mozilla code: <a class="external" href="https://hg.mozilla.org/mozilla-central" rel="freelink">https://hg.mozilla.org/mozilla-central</a> .</p> +<h3 id="Pushing_changes_to_mozilla-central" name="Pushing_changes_to_mozilla-central">Pushing changes to mozilla-central</h3> +<p>See <a href="/en/Mercurial_FAQ#How_do_I_check_stuff_in.3F" title="en/Mercurial_FAQ#How_do_I_check_stuff_in.3F">How do I check stuff in?</a> for help with hg commit and hg push. If you believe you should have access to mozilla-central but don't know your login details, <a class="link-https" href="https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Server+Operations:+Account+Requests">file a bug</a>.</p> +<p>Ensure your checkins follow the <a class="external" href="/En/Developer_Guide/Committing_Rules_and_Responsibilities" title="https://developer.mozilla.org/En/Developer_Guide/Committing_Rules_and_Responsibilities">general checkin rules</a>. Occasionally, e.g. just before branch points, mozilla-central also has special <a class="external" href="http://wiki.mozilla.org/Tree_Rules" title="http://wiki.mozilla.org/Tree_Rules">tree rules</a>. The <a href="/en/Tinderbox" title="en/Tinderbox">Tinderbox</a> page for mozilla-central is located at <a class="external" href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox" rel="freelink">http://tinderbox.mozilla.org/showbui...i?tree=Firefox</a>.</p> +<h3 id="See_also" name="See_also">See also</h3> +<ul> + <li><a class="external" href="http://developer.mozilla.org/devnews/index.php/2008/06/02/mozilla-central-open-for-business/">mozilla-central: open for business</a> devnews post.</li> + <li><a class="link-https" href="https://bugzilla.mozilla.org/showdependencytree.cgi?id=433384&hide_resolved=1">Tracking: issues making development difficult on mozilla-central</a></li> +</ul> +<p>{{ languages( { "ja": "ja/Mozilla-central", "es": "es/Mozilla-central" } ) }}</p> |