##// END OF EJS Templates
bisect: use changelog for iteration...
bisect: use changelog for iteration With changelog filtering, we can not use xrange anymore. We have to use the changelog to do the iteration. This way, the changelog excludes filtered revision and we can safely use what we iterate over. Without this changes, bisect crash with a traceback if there is filtered revision in the repo. Tests have been updated.

File last commit:

r16438:28a90cdf default
r18463:07771e23 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer