##// END OF EJS Templates
revlog: add __contains__ for fast membership test...
revlog: add __contains__ for fast membership test Because revlog implements __iter__, "rev in revlog" works but does silly O(n) lookup unexpectedly. So it seems good to add fast version of __contains__. This allows "rev in repo.changelog" in the next patch.

File last commit:

r0:9117c656 default
r24030:828dc8db default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer