[Python-checkins] devguide: this has happened to me twice today

benjamin.peterson python-checkins at python.org
Tue Jun 28 00:54:40 CEST 2011


http://hg.python.org/devguide/rev/607970c2b24b
changeset:   436:607970c2b24b
parent:      424:fe159fa6166f
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jun 27 17:54:20 2011 -0500
summary:
  this has happened to me twice today

files:
  patch.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -133,6 +133,9 @@
 help revisions``. Just please make sure that you
 generate a **single, condensed** patch rather than a series of several changesets.
 
+Also, please make sure your patch is whitespace normalized. ``make patchcheck``
+will check this for you.
+
 
 Submitting
 ----------

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


More information about the Python-checkins mailing list