[Python-checkins] devguide: Automated merge with ssh://hg.python.org/devguide

brett.cannon python-checkins at python.org
Tue Jan 18 23:23:20 CET 2011


brett.cannon pushed 42b8a2b97399 to devguide:

http://hg.python.org/devguide/rev/42b8a2b97399
changeset:   134:42b8a2b97399
tag:         tip
parent:      132:e11849840d27
parent:      133:95ce1ec6975f
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 18 14:23:02 2011 -0800
summary:
  Automated merge with ssh://hg.python.org/devguide

files:
  index.rst
  triage.rst

diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -6,7 +6,8 @@
 As a core developer you will occasionally want to commit a patch created by
 someone else. When doing so you will want to make sure of some things.
 
-First, make sure the patch in a good state. Both :ref:`patch` and :ref:`triage`
+First, make sure the patch in a good state. Both :ref:`patch` and
+:ref:`helptriage`
 explain what is to be expected of a patch. Typically patches that get passed by
 triagers are good to go except maybe lacking ``Misc/ACKS`` and ``Misc/NEWS``
 entries.
diff --git a/devrole.rst b/devrole.rst
--- a/devrole.rst
+++ b/devrole.rst
@@ -4,7 +4,7 @@
 =================================================
 
 When you have consistently shown the ability to properly
-:ref:`help triage issues <triage>` without guidance, you may request that you
+:ref:`help triage issues <helptriage>` without guidance, you may request that you
 be given the "Developer" role on the `issue tracker`_. You can make the request
 of any person who already has the Developer role. If they decide you are ready
 to gain the extra privileges on the tracker they will then act as a mentor to
diff --git a/triage.rst b/helptriage.rst
rename from triage.rst
rename to helptriage.rst
--- a/triage.rst
+++ b/helptriage.rst
@@ -1,4 +1,4 @@
-.. _triage:
+.. _helptriage:
 
 Helping Triage Issues
 =====================
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -11,7 +11,7 @@
    docquality
    silencewarnings
    fixingissues
-   triage
+   helptriage
    devrole
    languishing
    communication
@@ -47,7 +47,7 @@
     * :ref:`silencewarnings`
     * Fixing issues found by the buildbots_
     * :ref:`fixingissues`
-    * :ref:`triage`
+    * :ref:`helptriage`
 * :ref:`devrole`
     * :ref:`languishing`
 * :ref:`communication`

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list