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 0755209ed1b2b1535432d050251ea3e62a03d10f..26adedab7773f2bfac89e1db131ca8cd34ca52f5 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -860,6 +860,7 @@ def get_list(): |
Cmd("git status -s -uno", ""), |
Cmd("git checkout -f master", ""), |
Cmd("gclient sync --nohooks", "syncing..."), |
+ Cmd("git pull", ""), |
Cmd("git fetch origin", ""), |
Cmd("git checkout -b v8-roll-123455", ""), |
Cmd("roll-dep v8 123455", "rolled", cb=WriteDeps), |