[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.9, 1.10

Brian Warner warner at users.sourceforge.net
Wed Aug 1 22:27:31 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4404/buildbot/status/web

Modified Files:
	waterfall.py 
Log Message:
[project @ waterfall: make show_events=true the default]

Original author: warner at lothar.com
Date: 2007-08-01 22:27:04+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- waterfall.py	1 Aug 2007 22:09:15 -0000	1.9
+++ waterfall.py	1 Aug 2007 22:27:29 -0000	1.10
@@ -404,7 +404,7 @@
         # XXX: see if we can use a cached copy
 
         showEvents = False
-        if request.args.get("show_events", ["false"])[0].lower() == "true":
+        if request.args.get("show_events", ["true"])[0].lower() == "true":
             showEvents = True
 
         # first step is to walk backwards in time, asking each column





More information about the Commits mailing list