[Python-checkins] pymigr: The stricter eol hook is now in power

antoine.pitrou python-checkins at python.org
Sun Feb 27 19:19:14 CET 2011


antoine.pitrou pushed d3385138d6c6 to pymigr:

http://hg.python.org/pymigr/rev/d3385138d6c6
changeset:   114:d3385138d6c6
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 27 19:17:49 2011 +0100
summary:
  The stricter eol hook is now in power

files:
  todo.txt

diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -24,13 +24,14 @@
   -> should be done, see cpython test repo
 * roundup integration (issue links, changeset links)
   -> should be done
+* adapt eol hook to check each changeset (rather than the changegroup's result).
+  It's stricter but prevents from polluting the history with whitespace fix
+  commits.
+  -> done
 
 Optional/Low priority
 =====================
 
-* adapt eol hook to check each changeset (rather than the changegroup's result).
-  It's stricter but prevents from polluting the history with whitespace fix
-  commits.
 * find a nice way of modifying the templates (possibly involving jinja)
 * check if we should speed up svn revision matching/lookups (since the
   lookup WSGI app resides permanently in a mod_wsgi process, building a

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


More information about the Python-checkins mailing list