Index: branches/czw_branch/20101203/ippTasks/diff.pro
===================================================================
--- branches/czw_branch/20101203/ippTasks/diff.pro	(revision 29907)
+++ branches/czw_branch/20101203/ippTasks/diff.pro	(revision 30586)
@@ -45,5 +45,5 @@
   end
   task diff.revert
-    active false
+    active true
   end
   task diff.summary.load
@@ -448,5 +448,4 @@
   periods      -timeout 120.0
   npending     1
-  active false
 
   stdout NULL
@@ -457,7 +456,11 @@
     # Only revert failures with fault=2 (SYS_ERROR), which tend to be
     # temporary filesystem problems.  Every other fault type is
-    # interesting and should be kept for debugging (and so it doesn't
+    # interesting and should be kept for debugging (and so it does not
     # continue to occur).
-    $run = difftool -revertdiffskyfile -fault 2
+    # XXX: actually we are getting enough jobs with fault 4 that work after reverting
+    # that we are going to remove that cut for now
+    # 
+    #$run = difftool -revertdiffskyfile -fault 2
+    $run = difftool -revertdiffskyfile
     if ($DB:n == 0)
       option DEFAULT
