[Python-checkins] pymigr: Optionally check all changesets in the eol hook

antoine.pitrou python-checkins at python.org
Sun Feb 27 16:37:02 CET 2011


antoine.pitrou pushed 88ab2b24ca7a to pymigr:

http://hg.python.org/pymigr/rev/88ab2b24ca7a
changeset:   113:88ab2b24ca7a
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 27 16:36:50 2011 +0100
summary:
  Optionally check all changesets in the eol hook

files:
  todo.txt

diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -28,6 +28,9 @@
 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
@@ -54,7 +57,7 @@
 
 * According to Martin, obsolete categories (such as ``hg-XXX`` when it gets
   renamed to ``XXX``) should be redirected to the ``empty`` SVN branch and
-  a build forced there (by pushing a dummy changeset to the empty branch?)
+  a build forced there (by pushing a dummy changeset to the empty branch)
   so as to release disk space on the build slaves for these slaves.
 
 * Later, add a new buildslave category ("custom"?) receiving no changesets,

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


More information about the Python-checkins mailing list