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 d2a29dac3da94822d40e11c67ff220c7914e5160..0edfbfe9747a1c39836548d9b5c8e238b626f87e 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 -f -- %s" % TEST_CONFIG[CHANGELOG_FILE], "", |
+ Git("checkout -f svn/trunk -- %s" % TEST_CONFIG[CHANGELOG_FILE], "", |
cb=ResetChangeLog), |
Git("add \"%s\"" % TEST_CONFIG[VERSION_FILE], ""), |
Git("commit -aF \"%s\"" % TEST_CONFIG[COMMITMSG_FILE], "", |