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/ru/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/ru/mozilla/developer_guide/mozilla-central')
-rw-r--r-- | files/ru/mozilla/developer_guide/mozilla-central/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ru/mozilla/developer_guide/mozilla-central/index.html b/files/ru/mozilla/developer_guide/mozilla-central/index.html new file mode 100644 index 0000000000..3df77530f4 --- /dev/null +++ b/files/ru/mozilla/developer_guide/mozilla-central/index.html @@ -0,0 +1,23 @@ +--- +title: mozilla-central +slug: Mozilla/Developer_guide/mozilla-central +tags: + - Развитие Mozilla +translation_of: Mozilla/Developer_guide/mozilla-central +--- +<p><strong>mozilla-central</strong> это <a href="/en/Mercurial">Mercurial</a> репозиторий кода Mozilla: <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">Продвижение изменений в mozilla-central</h3> + +<p>Посмотрите "<a href="/en/Mercurial_FAQ#How_do_I_check_stuff_in.3F">Как я загружаю материал?</a>" для справки hg commit и hg push. Если Вы хотите иметь доступ к mozilla-central, но не знаете Ваших данных для входа в систему, <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Server+Operations:+Account+Requests">сообщите об ошибке</a>.</p> + +<p>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">Смотрите также</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> |