[Python-checkins] devguide: Comment out the "make patchcheck" advice, since it doesn't work for a

antoine.pitrou python-checkins at python.org
Sat Feb 12 22:34:39 CET 2011


antoine.pitrou pushed f22bac464e11 to devguide:

http://hg.python.org/devguide/rev/f22bac464e11
changeset:   299:f22bac464e11
branch:      hg_transition
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 12 21:59:56 2011 +0100
summary:
  Comment out the "make patchcheck" advice, since it doesn't work for a
non-SVN workflow.

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -115,13 +115,15 @@
 Generation
 ''''''''''
 
-To perform a quick sanity check on your patch, you can run::
+.. XXX [commented out] make patchcheck doesn't work with non-SVN workflow
 
-    make patchcheck
+   To perform a quick sanity check on your patch, you can run::
 
-This will check and/or fix various common things people forget to do for
-patches, such as adding any new files needing for the patch to work (do not
-that not all checks apply to non-core developers).
+       make patchcheck
+
+   This will check and/or fix various common things people forget to do for
+   patches, such as adding any new files needing for the patch to work (do not
+   that not all checks apply to non-core developers).
 
 The following instructions assume you are using the :ref:`mq approach
 <mq-workflow>` suggested earlier.  To create your patch, first check

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


More information about the Python-checkins mailing list