##// 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:

r9999:f91e5630 default
r38868:ca4de8ba default
Show More
header.tmpl
1 line | 86 B | application/x-cheetah | CheetahLexer
<?xml version="1.0" encoding="{encoding}"?>
<feed xmlns="http://www.w3.org/2005/Atom">