| Index: tools/push-to-trunk/auto_roll.py
|
| diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py
|
| index 6e6c7fe2abcc091802a318d9d189cb09be87d20e..4267ac23ffaf997c4fe3b761a528c6737d8c221d 100755
|
| --- a/tools/push-to-trunk/auto_roll.py
|
| +++ b/tools/push-to-trunk/auto_roll.py
|
| @@ -95,7 +95,6 @@ class RollChromium(Step):
|
| "--author", self._options.author,
|
| "--reviewer", self._options.reviewer,
|
| "--chromium", self._options.chromium,
|
| - "--force",
|
| "--use-commit-queue",
|
| ]
|
| if self._options.sheriff:
|
|
|