Home | History | Annotate | Download | only in tools

Lines Matching refs:revisions

63 # svn: Needed for git workflow to resolve hashes to svn revisions.
563 """Retrieves a list of revisions between |revision_range_start| and
571 A list of the revisions between |revision_range_start| and
772 of revisions to narrow down where performance regressions may have
1128 """Finds all dependant revisions and depots that need to be synced for a
1134 revisions in skia/gyp and skia/include.
1356 return ('Failed to parse DEPS file for external revisions.',
1410 """Changes to the appropriate directory and gathers a list of revisions
1421 A list containing the revisions between |start_revision| and
1477 known good and bad revisions.
1504 def AddRevisionsIntoRevisionData(self, revisions, depot, sort, revision_data):
1505 """Adds new revisions to the revision_data dict and initializes them.
1508 revisions: List of revisions to add.
1510 sort: Sorting key for displaying revisions.
1511 revision_data: A dict to add the new revisions into. Existing revisions
1515 num_depot_revisions = len(revisions)
1522 r = revisions[i]
1537 print 'Revisions to bisect on [%s]:' % depot
1555 A tuple with the new bad and good revisions.
1601 True if the revisions are in the proper order (good earlier than bad).
1618 """Given known good and bad revisions, run a binary search on all
1619 intermediate revisions to determine the CL where the performance regression
1639 the revisions of each of the external libraries.
1689 # Check that they didn't accidentally swap good and bad revisions.
1700 bisect_utils.OutputAnnotationStepStart('Gathering Revisions')
1704 # Retrieve a list of revisions to do bisection on.
1743 # Perform the performance tests on the good and bad revisions, to get
1768 # Can just mark the good and bad revisions explicitly here since we
2255 'range of revisions where a peformance metric regressed.\n')