Index: tools/push-to-trunk/git_recipes.py |
diff --git a/tools/push-to-trunk/git_recipes.py b/tools/push-to-trunk/git_recipes.py |
index 3d06db31a53e1852da584c8a0f3c7fb833b99e1b..094a5b0abff5acdf0b02bc4a5239c2c6dc03857e 100644 |
--- a/tools/push-to-trunk/git_recipes.py |
+++ b/tools/push-to-trunk/git_recipes.py |
@@ -185,6 +185,9 @@ class GitRecipesMixin(object): |
def GitSVNFetch(self): |
self.Git("svn fetch") |
+ def GitSVNRebase(self): |
+ self.Git("svn rebase") |
+ |
# TODO(machenbach): Unused? Remove. |
@Strip |
def GitSVNLog(self): |