[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.15, 1.16

Brian Warner warner at users.sourceforge.net
Mon Aug 13 08:21:45 UTC 2007


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

Modified Files:
	waterfall.py 
Log Message:
[project @ waterfall: remove some dead code]

Original author: Brian Warner <warner at lothar.com>
Date: 2007-08-13 15:21:40+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- waterfall.py	13 Aug 2007 08:21:04 -0000	1.15
+++ waterfall.py	13 Aug 2007 08:21:43 -0000	1.16
@@ -535,8 +535,6 @@
             if new_path:
                 new_url.path = new_path
             new_url.query = newquery
-            #if newquery:
-            #    new_url += "?" + newquery
             return str(new_url)
 
         if timestamps:





More information about the Commits mailing list