| Index: tools/push-to-trunk/chromium_roll.py
|
| diff --git a/tools/push-to-trunk/chromium_roll.py b/tools/push-to-trunk/chromium_roll.py
|
| index c5687d1bc29caeff9865e5fa5fcea38995e12a9d..6b00429e72bd73c562f7eaee18e53268b3f5c0a7 100755
|
| --- a/tools/push-to-trunk/chromium_roll.py
|
| +++ b/tools/push-to-trunk/chromium_roll.py
|
| @@ -72,7 +72,7 @@ class UpdateChromiumCheckout(Step):
|
| def RunStep(self):
|
| os.chdir(self["chrome_path"])
|
| self.GitCheckout("master")
|
| - self.GitPull()
|
| + self._side_effect_handler.Command("gclient", "sync --no-hooks")
|
| self.GitCreateBranch("v8-roll-%s" % self["trunk_revision"])
|
|
|
|
|
|
|