| Index: tools/bisect-builds.py
|
| diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
|
| index ef14641e7a8b00482558189824de8e26f1b4f709..52b6f2aa139715bc8676ebfd402525d87e264903 100755
|
| --- a/tools/bisect-builds.py
|
| +++ b/tools/bisect-builds.py
|
| @@ -20,7 +20,7 @@ BUILD_VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome?view=rev&revision=%d'
|
|
|
| # Changelogs URL.
|
| CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \
|
| - 'perf/dashboard/ui/changelog.html?url=/trunk/src&range=%d:%d'
|
| + 'perf/dashboard/ui/changelog.html?url=/trunk/src&range=%d%%3A%d'
|
|
|
| # DEPS file URL.
|
| DEPS_FILE= 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
|
|
|