[Python-checkins] devguide: Document that the "Create Patch" button works only for CPython repositories.
chris.jerdonek
python-checkins at python.org
Wed Jan 9 20:22:20 CET 2013
http://hg.python.org/devguide/rev/a566e3bd064b
changeset: 586:a566e3bd064b
user: Chris Jerdonek <chris.jerdonek at gmail.com>
date: Wed Jan 09 11:21:44 2013 -0800
summary:
Document that the "Create Patch" button works only for CPython repositories.
files:
triaging.rst | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -256,11 +256,12 @@
Mercurial Repository
''''''''''''''''''''
HTTP link to a Mercurial repository that contains a patch for the issue.
-The `Create Patch` button will then compute a diff for the head revision
-of the remote branch, and attach the diff to the issue.
+A :guilabel:`Create Patch` button will appear that computes a diff for the
+head revision of the remote branch and attaches it to the issue. The button
+supports only CPython_ patches.
-If you don't indicate a remote branch, ``default`` is used. You can
-indicate a remote branch adding ``#BRANCH`` at the end of the URL.
+If you don't indicate a remote branch, ``default`` is used. You can
+indicate a remote branch by adding ``#BRANCH`` to the end of the URL.
Generating Special Links in a Comment
-------------------------------------
@@ -290,6 +291,7 @@
the Devguide, this page, and this section respectively.
+.. _CPython: http://hg.python.org/cpython/file/default/
.. _Doc: http://hg.python.org/cpython/file/default/Doc/
.. _Grammar: http://hg.python.org/cpython/file/default/Grammar/
.. _Lib: http://hg.python.org/cpython/file/default/Lib/
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list