##// END OF EJS Templates
revset: optimize stringset when subset == entire repo...
revset: optimize stringset when subset == entire repo if range(len(repo)) is passed to stringset and x is a valid rev (checked before) then x is guaranteed to be in subset, we can check for that by comparing the lengths of the sets

File last commit:

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