Show More
@@ -113,7 +113,8 b' class bisect(object):' | |||
|
113 | 113 | cl = self.repo.changelog |
|
114 | 114 | if not stop: |
|
115 | 115 | stop = sets.Set([]) |
|
116 |
for |
|
|
116 | for i in xrange(len(self.goodrevs)-1, -1, -1): | |
|
117 | g = self.goodrevs[i] | |
|
117 | 118 | if g in stop: |
|
118 | 119 | continue |
|
119 | 120 | stop.update(cl.reachable(g)) |
General Comments 0
You need to be logged in to leave comments.
Login now