| Index: tools/auto_bisect/request_build.py
|
| diff --git a/tools/auto_bisect/post_perf_builder_job.py b/tools/auto_bisect/request_build.py
|
| similarity index 99%
|
| rename from tools/auto_bisect/post_perf_builder_job.py
|
| rename to tools/auto_bisect/request_build.py
|
| index 0472e50667491d56324c547a36951674b395274d..a554bb511c81f69d14c098abf0c76da600ce7a23 100644
|
| --- a/tools/auto_bisect/post_perf_builder_job.py
|
| +++ b/tools/auto_bisect/request_build.py
|
| @@ -56,7 +56,7 @@ def PostTryJob(host, port, params):
|
| """Sends a build request to the server using the HTTP protocol.
|
|
|
| The required parameters are:
|
| - 'revision': "src@rev", where rev is an SVN Revision to build.
|
| + 'revision': "src@rev", where rev is a git hash or SVN revision.
|
| 'bot': Name of builder bot to use, e.g. "win_perf_bisect_builder".
|
|
|
| Args:
|
|
|