[Python-checkins] r73222 - peps/trunk/pep-0385.txt

dirkjan.ochtman python-checkins at python.org
Thu Jun 4 18:38:23 CEST 2009


Author: dirkjan.ochtman
Date: Thu Jun  4 18:38:23 2009
New Revision: 73222

Log:
PEP 385: add a note about client-side whitespace hooks (thanks georg.brandl).

Modified:
   peps/trunk/pep-0385.txt

Modified: peps/trunk/pep-0385.txt
==============================================================================
--- peps/trunk/pep-0385.txt	(original)
+++ peps/trunk/pep-0385.txt	Thu Jun  4 18:38:23 2009
@@ -148,8 +148,11 @@
 
 * check whitespace: a hook to reject commits in case the whitespace doesn't
   match the rules for the Python codebase. Should be straightforward to
-  re-implement from the current version. Open issue: do we check only the tip
-  after each push, or do we check every commit in a changegroup?
+  re-implement from the current version. We can also offer a whitespace hook
+  for use with client-side repositories that people can use; it could either
+  warn about whitespace issues and/or truncate trailing whitespace from changed
+  lines. Open issue: do we check only the tip after each push, or do we check
+  every commit in a changegroup?
 
 * commit mails: we can leverage the notify extension for this
 


More information about the Python-checkins mailing list