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 895ae54f75a22afc95474a8e5ab9148f7bf83a00..fa65ee2dbdb8e47a4e29a8b9fcf5256652fb8d5d 100755 |
--- a/tools/push-to-trunk/auto_roll.py |
+++ b/tools/push-to-trunk/auto_roll.py |
@@ -96,6 +96,9 @@ def RunAutoRoll(config, |
def BuildOptions(): |
result = optparse.OptionParser() |
+ result.add_option("-f", "--force", dest="f", |
+ help="Don't prompt the user.", |
+ default=True, action="store_true") |
result.add_option("-s", "--step", dest="s", |
help="Specify the step where to start work. Default: 0.", |
default=0, type="int") |