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 e57106ea8bdeb162392f08101482b7c1c951cd2c..c1c2aa56ff0204de35498f52bd6b8a9e35be48f9 100644 |
--- a/tools/push-to-trunk/common_includes.py |
+++ b/tools/push-to-trunk/common_includes.py |
@@ -337,10 +337,10 @@ class GitSvnInterface(VCInterface): |
return "svn/%s" % name |
def Land(self): |
- return self.step.GitSVNDCommit() |
+ self.step.GitSVNDCommit() |
def CLLand(self): |
- return self.step.GitDCommit() |
+ self.step.GitDCommit() |
def Tag(self, tag): |
self.step.GitSVNTag(tag) |