Index: tools/push-to-trunk/push_to_trunk.py |
diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py |
index ce1773447e423619b102740e24c9a3e210e1b7cf..eca699315964e7646b9ed1fc2265978eaf1b94ca 100755 |
--- a/tools/push-to-trunk/push_to_trunk.py |
+++ b/tools/push-to-trunk/push_to_trunk.py |
@@ -318,7 +318,7 @@ class AddChangeLog(Step): |
# The change log has been modified by the patch. Reset it to the version |
# on trunk and apply the exact changes determined by this PrepareChangeLog |
# step above. |
- self.GitCheckoutFile(self.Config(CHANGELOG_FILE)) |
+ self.GitCheckoutFile(self.Config(CHANGELOG_FILE), "svn/trunk") |
changelog_entry = FileToText(self.Config(NEW_CHANGELOG_FILE)) |
old_change_log = FileToText(self.Config(CHANGELOG_FILE)) |
new_change_log = "%s\n\n\n%s" % (changelog_entry, old_change_log) |