| Index: tools/push-to-trunk/common_includes.py
|
| diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
|
| index bb040f510fbfbd137335a01df5e63976c6652cec..a7f8047d2bdc6994597a93033675295295485cbe 100644
|
| --- a/tools/push-to-trunk/common_includes.py
|
| +++ b/tools/push-to-trunk/common_includes.py
|
| @@ -45,6 +45,7 @@ import urllib2
|
| from git_recipes import GitRecipesMixin
|
| from git_recipes import GitFailedException
|
|
|
| +CHANGELOG_FILE = "ChangeLog"
|
| VERSION_FILE = os.path.join("src", "version.cc")
|
|
|
| # V8 base directory.
|
|
|