Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1148)

Unified Diff: tools/bisect-builds.py

Issue 21150006: Introduce --cancel-first-run and reduce the strength of --no-first-run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add first_run::IsFirstRunSuppressed() Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/bisect-builds.py
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index d9f394736bac949279b21074cfb83f41a0d17643..a16afcf7c705dd987d0787e3d6a293eb4490ca1c 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -187,7 +187,7 @@ class PathContext(object):
except ValueError:
pass
return (revisions, next_marker)
-
+
# Fetch the first list of revisions.
(revisions, next_marker) = _FetchAndParse(self.GetListingURL())
@@ -615,7 +615,7 @@ def main():
' Chrome\'s about: build number and omahaproxy branch_revision\n'
' are incorrect, they are from branches.\n'
'\n'
- 'Tip: add "-- --no-first-run" to bypass the first run prompts.')
+ 'Tip: add "-- --skip-first-run" to bypass the first run prompts.')
parser = optparse.OptionParser(usage=usage)
# Strangely, the default help output doesn't include the choice list.
choices = ['mac', 'win', 'linux', 'linux64', 'linux-arm']

Powered by Google App Engine
This is Rietveld 408576698