| Index: tools/push-to-trunk/test_scripts.py
|
| diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py
|
| index cff0a9ad9b3aca2bfd5b2e34904594d87e2894f2..d2a29dac3da94822d40e11c67ff220c7914e5160 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -741,7 +741,7 @@ Performance and stability improvements on all platforms.""", commit)
|
| Git("checkout -b %s svn/trunk" % TEST_CONFIG[TRUNKBRANCH], "",
|
| cb=ResetChangeLog),
|
| Git("apply --index --reject \"%s\"" % TEST_CONFIG[PATCH_FILE], ""),
|
| - Git("checkout -- %s" % TEST_CONFIG[CHANGELOG_FILE], "",
|
| + Git("checkout -f -- %s" % TEST_CONFIG[CHANGELOG_FILE], "",
|
| cb=ResetChangeLog),
|
| Git("add \"%s\"" % TEST_CONFIG[VERSION_FILE], ""),
|
| Git("commit -aF \"%s\"" % TEST_CONFIG[COMMITMSG_FILE], "",
|
|
|