Commit 2f8e608a authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

orderfile: make --new-commit-flow the default

The bot has been using --new-commit-flow for a while now (see
http://crbug.com/908406). Make this the default to later remove and make
it less confusingly not new.

Bug: 1028600
Change-Id: Iebbb7f5362083155b7c53bdb2da4624b713236bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936494
Auto-Submit: Egor Pasko <pasko@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719163}
parent 57639811
......@@ -1195,7 +1195,7 @@ def CreateArgumentParser():
parser.add_argument('--commit-hashes', action='store_true',
help=('Commit any orderfile hash files in the current '
'checkout; performs no other action'))
parser.add_argument('--new-commit-flow', action='store_true',
parser.add_argument('--new-commit-flow', action='store_true', default=True,
help='Use the new two-step commit flow.')
parser.add_argument('--use-call-graph', action='store_true', default=False,
help='Use call graph instrumentation.')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment