[Python-checkins] devguide (hg_transition): patchcheck does work

eric.araujo python-checkins at python.org
Sun Feb 27 04:17:07 CET 2011


eric.araujo pushed f325d743c385 to devguide:

http://hg.python.org/devguide/rev/f325d743c385
changeset:   331:f325d743c385
branch:      hg_transition
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Feb 26 17:30:51 2011 +0100
summary:
  patchcheck does work

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -114,15 +114,13 @@
 Generation
 ''''''''''
 
-.. XXX [commented out] make patchcheck doesn't work with non-SVN workflow
+To perform a quick sanity check on your patch, you can run::
 
-   To perform a quick sanity check on your patch, you can run::
+   make patchcheck
 
-       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).
+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).
 
 Assume you are using the :ref:`mq approach <mq-workflow>` suggested earlier,
 first check that all your local changes have been recorded (using

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


More information about the Python-checkins mailing list