Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: tools/bisect-builds.py

Issue 10434013: Let bisect_builds print links that show more than 100 webkit revisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-builds.py
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index 7d8de2d6d3e90f61e407926524a29457834590d8..c711a110a5c40b93a9b810f67d843da059009015 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -24,7 +24,7 @@ DEPS_FILE= 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
# WebKit Changelogs URL.
WEBKIT_CHANGELOG_URL = 'http://trac.webkit.org/log/' \
- 'trunk/?rev=%d&stop_rev=%d&verbose=on'
+ 'trunk/?rev=%d&stop_rev=%d&verbose=on&limit=10000'
DONE_MESSAGE = 'You are probably looking for a change made after ' \
'%d (known good), but no later than %d (first known bad).'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698