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 9f72cd2d6dafa4cbbfb404f2668a7591f205fb00..669ba52f3ecfc95e2348b1346b35966bc24be9f3 100755 |
--- a/tools/push-to-trunk/push_to_trunk.py |
+++ b/tools/push-to-trunk/push_to_trunk.py |
@@ -224,7 +224,7 @@ class CommitRepository(Step): |
TextToFile(GetLastChangeLogEntries(self.Config(CHANGELOG_FILE)), |
self.Config(CHANGELOG_ENTRY_FILE)) |
- if self.Git("cl dcommit -v", "PRESUBMIT_TREE_CHECK=\"skip\"") is None: |
+ if self.Git("cl dcommit -f", "PRESUBMIT_TREE_CHECK=\"skip\"") is None: |
self.Die("'git cl dcommit' failed, please try again.") |