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 6d1aec5af9ef92506f8e8105399fe1d7f92b1c8b..f31c491dc0cee533869ab8bb1eb5efc2837286be 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -1178,6 +1178,8 @@ deps = { |
URL("https://codereview.chromium.org/search", |
"owner=author%40chromium.org&limit=30&closed=3&format=json", |
("{\"results\": [{\"subject\": \"different\"}]}")), |
+ Cmd("git fetch", ""), |
+ Cmd("git svn fetch", ""), |
Cmd(("git log -1 --format=%H --grep=" |
"\"^Version [[:digit:]]*\.[[:digit:]]*\.[[:digit:]]*\" " |
"origin/candidates"), "push_hash\n"), |
@@ -1199,6 +1201,8 @@ deps = { |
URL("https://codereview.chromium.org/search", |
"owner=author%40chromium.org&limit=30&closed=3&format=json", |
("{\"results\": [{\"subject\": \"different\"}]}")), |
+ Cmd("git fetch", ""), |
+ Cmd("git svn fetch", ""), |
Cmd(("git log -1 --format=%H --grep=" |
"\"^Version [[:digit:]]*\.[[:digit:]]*\.[[:digit:]]*\" " |
"origin/candidates"), "push_hash\n"), |