Home | History | Annotate | Download | only in tools

Lines Matching full:revisions

75     #   _listing_platform_dir = Directory that holds revisions. Ends with a '/'.
152 """Fetches a URL and returns a 2-Tuple of ([revisions], next-marker). If
175 # Get a list of all the revisions.
181 revisions = []
186 revisions.append(revnum)
189 return (revisions, next_marker)
191 # Fetch the first list of revisions.
192 (revisions, next_marker) = _FetchAndParse(self.GetListingURL())
199 revisions.extend(new_revisions)
200 return revisions
404 """Given known good and known bad revisions, run a binary search on all
405 archived revisions to determine the last known good revision.
417 Threading is used to fetch Chromium revisions in the background, speeding up
422 revisions 25 and 75 in the background. Once the good/bad verdict on rev 50 is
440 print "Downloading list of known revisions..."
448 # Get a list of revisions to bisect across.
541 # pivot to the midpoint of the new range because adjacent revisions
605 'range of revisions where a behavior change happened. The\n'
612 ' SVN revisions (e.g. 123456) for chromium builds, from trunk.\n'
661 # Create the context. Initialize 0 for the revisions as they are set below.
694 # Get corresponding blink revisions.