Show More
@@ -170,7 +170,7 b' def get(repo, status):' | |||||
170 | if status in ('good', 'bad', 'skip', 'current'): |
|
170 | if status in ('good', 'bad', 'skip', 'current'): | |
171 | return map(repo.changelog.rev, state[status]) |
|
171 | return map(repo.changelog.rev, state[status]) | |
172 | else: |
|
172 | else: | |
173 |
# In the fl |
|
173 | # In the following sets, we do *not* call 'bisect()' with more | |
174 | # than one level of recusrsion, because that can be very, very |
|
174 | # than one level of recusrsion, because that can be very, very | |
175 | # time consuming. Instead, we always develop the expression as |
|
175 | # time consuming. Instead, we always develop the expression as | |
176 | # much as possible. |
|
176 | # much as possible. |
General Comments 0
You need to be logged in to leave comments.
Login now