##// END OF EJS Templates
fileset: optimize 'x and not y' to 'x - y'...
fileset: optimize 'x and not y' to 'x - y' 'x - y' is first rewritten to 'x and not y' so that x and y are reordered by weight.

File last commit:

r30346:9cc438bf default
r38868:ca4de8ba default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer