| Index: tools/push-to-trunk/merge_to_branch.py
|
| diff --git a/tools/push-to-trunk/merge_to_branch.py b/tools/push-to-trunk/merge_to_branch.py
|
| index ac02b547ad0b58ecfe9617b3a34f90f6e8212d58..bd9531fb93ad0f1094684d7d7e704e0434afa454 100755
|
| --- a/tools/push-to-trunk/merge_to_branch.py
|
| +++ b/tools/push-to-trunk/merge_to_branch.py
|
| @@ -41,7 +41,6 @@ CONFIG = {
|
| PERSISTFILE_BASENAME: "/tmp/v8-merge-to-branch-tempfile",
|
| ALREADY_MERGING_SENTINEL_FILE:
|
| "/tmp/v8-merge-to-branch-tempfile-already-merging",
|
| - TEMP_BRANCH: "prepare-merge-temporary-branch-created-by-script",
|
| DOT_GIT_LOCATION: ".git",
|
| VERSION_FILE: "src/version.cc",
|
| TEMPORARY_PATCH_FILE: "/tmp/v8-prepare-merge-tempfile-temporary-patch",
|
|
|