Index: drover.py |
diff --git a/drover.py b/drover.py |
index 72fc48caeef1500d6977321dc917f417d2a21a2a..93428db44d7c0faf4d20aa4cce10b5f28e6430c0 100755 |
--- a/drover.py |
+++ b/drover.py |
@@ -368,7 +368,7 @@ def getAllFilesInRevision(files_info): |
def getBranchForMilestone(milestone): |
"""Queries omahaproxy.appspot.com for the branch number given |milestone|. |
""" |
- OMAHA_PROXY_URL = "http://omahaproxy.appspot.com" |
+ OMAHA_PROXY_URL = "http://omahaproxy.appspot.com/all?csv=1" |
request = urllib2.Request(OMAHA_PROXY_URL) |
try: |
response = urllib2.urlopen(request) |