Title: [174118] trunk/Tools
Revision
174118
Author
[email protected]
Date
2014-09-30 12:59:54 -0700 (Tue, 30 Sep 2014)

Log Message

Remove an accidentally committed line..

* QueueStatusServer/handlers/statusbubble.py:
(StatusBubble._build_bubble):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174117 => 174118)


--- trunk/Tools/ChangeLog	2014-09-30 19:59:49 UTC (rev 174117)
+++ trunk/Tools/ChangeLog	2014-09-30 19:59:54 UTC (rev 174118)
@@ -1,5 +1,12 @@
 2014-09-30  Alexey Proskuryakov  <[email protected]>
 
+        Remove an accidentally committed line..
+
+        * QueueStatusServer/handlers/statusbubble.py:
+        (StatusBubble._build_bubble):
+
+2014-09-30  Alexey Proskuryakov  <[email protected]>
+
         build.webkit.org/dashboard: Switch EWS view to using actual retry count
         https://bugs.webkit.org/show_bug.cgi?id=137240
 

Modified: trunk/Tools/QueueStatusServer/handlers/statusbubble.py (174117 => 174118)


--- trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2014-09-30 19:59:49 UTC (rev 174117)
+++ trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2014-09-30 19:59:54 UTC (rev 174118)
@@ -161,7 +161,6 @@
                 bubble["state"] = "error"
                 bubble["details_message"] = ("Internal error. Latest status implies that the patch should be in queue, but it is not. Recent messages:\n\n"
                     + "\n".join([status.message for status in statuses]) + "\n\n" + self._iso_time(statuses[0].date))
-            bubble["may_fail_to_apply"] = True
 
         if "details_message" in bubble:
             bubble["details_message"] = queue.display_name() + "\n\n" + bubble["details_message"]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to