Home | History | Annotate | Download | only in tools

Lines Matching refs:good_rev

707   good_rev=0, bad_rev=100. The first revision to be checked is 50. Depending on
723 good_rev = context.good_revision
756 if bad_rev < good_rev:
812 if ((answer == 'g' and good_rev < bad_rev)
813 or (answer == 'b' and bad_rev < good_rev)):
823 elif ((answer == 'b' and good_rev < bad_rev)
824 or (answer == 'g' and bad_rev < good_rev)):
1142 good_rev = context.good_revision
1161 if good_rev > bad_rev:
1171 if good_rev > bad_rev: