Home | History | Annotate | Download | only in tools

Lines Matching refs:bad_rev

707   good_rev=0, bad_rev=100. The first revision to be checked is 50. Depending on
724 bad_rev = context.bad_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)):
1143 bad_rev = context.bad_revision
1161 if good_rev > bad_rev:
1171 if good_rev > bad_rev: